Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> store json(b) in an RDBMS

I actually did this for as small HR application and it worked incredible well.jsonb gin indexes are pretty nice once you get the hang of the syntax.

And then, you also have all the features of Postgres as a freebie.



Personally, I much better like postgres json syntax than whatever mongo invented.

Big fan of jsonb columns.


I'm planning to add methods for raw JSON path or, in general, raw SQL syntax to enable such fine-tuning and not need to always use MongoDB API. I agree that for many people, this would be better.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: