Simplify PG query constraints #35
Labels
backend-integration
Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results
error message
Refers to compilation errors (unclear, misleading, ...)
pg
Related with the PG backend
Change the internal FFI query function in pg-client to return an object instead of an array.
It would allow simpler parsing the output into the result record (e.g. use ReadForeign or codecs)
The text was updated successfully, but these errors were encountered: