SeaQL / sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
https://www.sea-ql.org
Other
1.12k stars 182 forks source link

Add Postgres Json functions: `JSON_BUILD_OBJECT` and `JSON_AGG` #787

Open IgnisDa opened 2 months ago

IgnisDa commented 2 months ago

PR Info

This PR adds the JSON_BUILD_OBJECT and JSON_AGG functions along with docs and tests.

Additional

Also addressed a few clippy lints.

IgnisDa commented 2 months ago

@billy1624 Can you please merge this?

IgnisDa commented 2 months ago

@tyt2y3 Wondering if you could take a look at this PR?