Hacker News new | ask | show | jobs
by HodGreeley 3163 days ago
Not sure of others, but not true with Couchbase. You have queries just as flexible as with SQL.
1 comments

One of the reasons I love PostgreSQLs jsonb type is you get the power of relational database and power of (nosql?) Document database at the same time. i haven’t run into any query I couldn’t write against a jsonb doc. Granted dot notation on json would be nicer than ‘prop’ > ‘prop’ > ‘prop’, but I don’t feel limited.