djangopostgresqldjango-modelshstoredjango-hstore

Implementing PostgreSQL HStore in Django


I found some couple of packages to implement PostgreSQL HStore in Django from djangopackages.org. The most stared and most forked package was last updated in March 2, 2017 [DJANGO-HSTORE]. I think it is not maintained regularly. But as it at the top of the list I am confused about that should I use it in my project or there is a better option for me.

Which is the best and handy way to implement PostgreSQL HStore in Django?


Solution

  • It's been a while that django added bult-in support for hstore: docs