sqlx-ts
sqlx-ts copied to clipboard
PG Json functions
Will this support row_to_json, json_build_object, json_agg etc in the future?
Hey, potentially it is possible if I can query PG json field's schema (I believe mysql8 supports that as well)
Not sure if we can workout advanced functions like json agg. I can take a look