|
24989603a3
|
Handle inline relations in result parsing.
+ Parse inline relations when parsing a query result.
+ Implement a custom pg.Mapper to pass the row manually.
|
2024-11-24 01:53:00 +01:00 |
|
|
04b61f9787
|
Set relations to retrieve by a query at compile time.
+ Add compile-time utility functions to build strings and queries.
* Relations to retrieve when querying a model must now be set at comptime.
|
2024-11-22 22:36:51 +01:00 |
|
|
5a2964622c
|
Relations definition 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:41:05 +01:00 |
|