Commit graph

5 commits

Author SHA1 Message Date
97c4c429e1
Easier access to relations types and comptime values and improved definition process. 2024-11-25 18:41:29 +01:00
ce5aeffd2c
Improve relations QueryType definition and access. 2024-11-25 15:32:52 +01:00
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
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
e33bc5aaa2
Create generic query result mapper and implement it for PostgreSQL.
+ Add generic query result mapper.
+ Add query result mapper implementation for PostgreSQL.
2024-11-23 18:18:41 +01:00