zrm/tests
Madeorsk 9567e57278
Allow pointers as one relations values.
* Allow to define pointers to receive one relations values: this solves self-referencing issues (e.g. UserInfo.user in example model).
2024-11-26 14:04:27 +01:00
..
composite.zig Introduce generic connectors and connections and use them in the queries. 2024-10-22 14:09:02 +02:00
example.zig Allow pointers as one relations values. 2024-11-26 14:04:27 +01:00
initdb.sql Add a new full example model with all relations types. 2024-11-26 12:56:40 +01:00
query.zig Relations definition and SQL query build improvements. 2024-11-22 15:41:05 +01:00
relations.zig Allow tests to be run in any order. 2024-11-26 12:55:07 +01:00
repository.zig Load relations which are not inline. 2024-11-25 13:02:59 +01:00
root.zig Add a new full example model with all relations types. 2024-11-26 12:56:40 +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