Skip to content

djangonauts/django-hstore

Folders and files

NameName
Last commit message
Last commit date
Mar 1, 2017
Dec 19, 2016
Jul 6, 2016
Jun 7, 2015
Nov 10, 2016
Jun 7, 2015
Sep 23, 2016
Jun 7, 2015
Sep 23, 2016
Dec 7, 2015
Jun 7, 2015
Feb 5, 2012
Jan 4, 2017
Apr 23, 2014
Jun 7, 2015
Mar 17, 2015
Jul 6, 2016
Jun 7, 2015

Repository files navigation

django-hstore

Requirements Status

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
  • Libreborme: django web platform that opens data from the Spanish Companies Register by providing also a search engine
  • 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