Skip to content

fabiocorneti/django-hstore

 
 

Repository files navigation

django-hstore

https://travis-ci.org/djangonauts/django-hstore.png https://coveralls.io/repos/djangonauts/django-hstore/badge.png Code Health Requirements Status https://badge.fury.io/py/django-hstore.png

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

About

PostgreSQL HStore support for Django.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.9%
  • CSS 16.2%
  • JavaScript 9.2%
  • Shell 0.7%