zrm/src
2024-10-17 23:00:35 +02:00
..
conditions.zig Create ZRM, repositories and its related queries. 2024-10-16 12:01:16 +02:00
errors.zig Create ZRM, repositories and its related queries. 2024-10-16 12:01:16 +02:00
global.zig Create ZRM, repositories and its related queries. 2024-10-16 12:01:16 +02:00
helpers.zig Add generic helper functions for models which have the same table definition. 2024-10-17 19:08:39 +02:00
insert.zig Apply insertable automatically to insertShape of repository configuration. 2024-10-17 19:08:23 +02:00
postgresql.zig Create ZRM, repositories and its related queries. 2024-10-16 12:01:16 +02:00
query.zig Deinitialize the query result and release the connection as soon as possible. 2024-10-17 13:04:15 +02:00
repository.zig Fix find with one key when model key is a string. 2024-10-17 23:00:35 +02:00
root.zig Add generic helper functions for models which have the same table definition. 2024-10-17 19:08:39 +02:00
sql.zig Create ZRM, repositories and its related queries. 2024-10-16 12:01:16 +02:00
update.zig Deinitialize the query result and release the connection as soon as possible. 2024-10-17 13:04:15 +02:00