Hacker News new | past | comments | ask | show | jobs | submit login

Thanks for the answer. Would it be possible to query against this field?



Not properly using Django's ORM. That's something I'll write when we actually start to need it. At the moment. It's more of a wholesale document store. Right now you would have to write a custom SQL query, using the Postgresql JSON functions, and the Model.objects.raw(...) interface of provided by Django.


The second you make it easy to query this, I'm dumping mongodb as my go to quick hack json store. Having one datastore > multiple datastores




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

Search: