Commit graph

17 commits

Author SHA1 Message Date
f16ad46f8d
Relations and SQL query build improvements.
+ Relations definition.
+ Add test submodels in testing database.
* Generalize raw SQL query preparation and build.
* Simplify and improve SQL query build algorithms.
2024-11-22 15:40:10 +01:00
f39fc2cadd
Generalize query results mapping. 2024-10-22 21:42:00 +02:00
f186b99fde
Version 0.2.0 2024-10-22 16:30:11 +02:00
cc4c808937
Add sessions (as a specific database connector) and transactions.
Closes #2
2024-10-22 16:28:06 +02:00
fee00d5bc9
Allow tests to be run in any order. 2024-10-22 15:44:41 +02:00
7e31368fa3
Introduce generic connectors and connections and use them in the queries. 2024-10-22 14:09:02 +02:00
0132ec282b
Fix find with one key when model key is a string. 2024-10-17 23:00:35 +02:00
2f93383aa5
Version 0.1.2 2024-10-17 19:08:46 +02:00
650d2515be
Add generic helper functions for models which have the same table definition. 2024-10-17 19:08:39 +02:00
e2bce7e7a1
Apply insertable automatically to insertShape of repository configuration. 2024-10-17 19:08:23 +02:00
9d0cc13b65
Add InsertableStruct to define insertShapes more easily. 2024-10-17 18:34:49 +02:00
26c854a39c
Fix ModelKeyType structure fields alignment. 2024-10-17 18:34:10 +02:00
28bef7ef42
Version 0.1.1 2024-10-17 13:08:24 +02:00
5b9cfd08c4
Deinitialize the query result and release the connection as soon as possible. 2024-10-17 13:04:15 +02:00
a13949ca4d
Add a WIP mention to README. 2024-10-16 14:30:08 +02:00
7734cea9d0
Allow arrays as model key in repository find function. 2024-10-16 14:07:40 +02:00
0eecb4df99
Create ZRM, repositories and its related queries. 2024-10-16 12:01:16 +02:00