You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,8 +62,8 @@ Structure your persistence code as it fits the project. A very simple and workin
63
62
functions that operator on the target type for finding, inserting, updating and deleting. Add more complex queries
64
63
as you like in the same way.
65
64
66
-
There's no need to use Squirrel, but it helps to build correct SQL queries instead of relying on string manipulation
67
-
and manually handling placeholders and arguments.
65
+
Construct will automatically generate identifier expressions of fields (read columns) via [github.com/networkteam/qrb](https://github.com/networkteam/qrb)
66
+
and a default `json_build_object` expression to select a model via JSON. This can be further modified to add additional properties.
0 commit comments