sqlx-ts icon indicating copy to clipboard operation
sqlx-ts copied to clipboard

PG Json functions

Open hillac opened this issue 1 year ago • 1 comments

Will this support row_to_json, json_build_object, json_agg etc in the future?

hillac avatar Sep 23 '24 01:09 hillac

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

JasonShin avatar Sep 23 '24 22:09 JasonShin