Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

PostgreSQL HStore support for Django

Project description

https://travis-ci.org/djangonauts/django-hstore.svg https://coveralls.io/repos/djangonauts/django-hstore/badge.svg Requirements Status https://badge.fury.io/py/django-hstore.svg https://img.shields.io/pypi/dm/django-hstore.svg

You need dynamic columns in your tables. What do you do?

  • Create lots of tables to handle it. Nice, now you’ll need more models and lots of additional sqls. Insertion and selection will be slow as hell.

  • Use a noSQL database just for this issue. Good luck.

  • Create a serialized column. Nice, insertion will be fine, and reading data from a record too. But, what if you have a condition in your select that includes serialized data? Yeah, regular expressions.


Documentation - Mailing List


Projects using this package

  • django-rest-framework-hstore: django-rest-framework tools for django-hstore

  • Nodeshot: extensible django web application for management of community-led georeferenced data - some features of django-hstore, like the schema-mode have been developed for this project

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page