Hacker News new | ask | show | jobs
by kochandy 2145 days ago
EdgeDB is built on postgresql and has excellent JSON integration.

https://edgedb.com/docs/datamodel/scalars/json#type::std::js...

1 comments

I wish instead of

SELECT to_json('{"hello": "world"}');

it would be

SELECT {"hello": "world"};