zrm/tests
Madeorsk b3007a1b5d
Load relations which are not inline.
+ Allow to retrieve metadata along with models.
+ Get all unloaded relations after model mapping.
+ Test hasMany relations.
+ Separate runtime and comptime relations instances. TODO: improve this.
* Fix and improve relations query building.
* Fix comptime select build called in runtime functions.
2024-11-25 13:02:59 +01:00
..
composite.zig Introduce generic connectors and connections and use them in the queries. 2024-10-22 14:09:02 +02:00
initdb.sql Relations definition and SQL query build improvements. 2024-11-22 15:41:05 +01:00
query.zig Relations definition and SQL query build improvements. 2024-11-22 15:41:05 +01:00
relations.zig Load relations which are not inline. 2024-11-25 13:02:59 +01:00
repository.zig Load relations which are not inline. 2024-11-25 13:02:59 +01:00
root.zig Relations definition and SQL query build improvements. 2024-11-22 15:41:05 +01:00
sessions.zig Add sessions (as a specific database connector) and transactions. 2024-10-22 16:28:06 +02:00
setup.zig Create ZRM, repositories and its related queries. 2024-10-16 12:01:16 +02:00