Home:ALL Converter>Implementing PostgreSQL HStore in Django

Implementing PostgreSQL HStore in Django

Ask Time:2019-09-15T17:48:42         Author:A T M Ragib Raihan

Json Formatter

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?

Author:A T M Ragib Raihan,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/57942936/implementing-postgresql-hstore-in-django
yy