django-hstore

PostgreSQL HStore support for Django.

  • Owner: djangonauts/django-hstore
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

=============
django-hstore

.. image:: https://travis-ci.org/djangonauts/django-hstore.svg
:target: https://travis-ci.org/djangonauts/django-hstore

.. image:: https://coveralls.io/repos/djangonauts/django-hstore/badge.svg
:target: https://coveralls.io/r/djangonauts/django-hstore

.. image:: https://requires.io/github/djangonauts/django-hstore/requirements.svg?branch=master
:target: https://requires.io/github/djangonauts/django-hstore/requirements/?branch=master
:alt: Requirements Status

.. image:: https://badge.fury.io/py/django-hstore.svg
:target: https://pypi.python.org/pypi/django-hstore


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_

.. _Documentation: http://django-hstore.readthedocs.io/
.. _Mailing List: https://groups.google.com/forum/#!forum/django-hstore


Projects using this package

  • django-rest-framework-hstore <https://github.com/djangonauts/django-rest-framework-hstore>__: django-rest-framework tools for django-hstore
  • Libreborme <https://github.com/PabloCastellano/libreborme>__: django web platform that opens data from the Spanish Companies Register by providing also a search engine
  • Nodeshot <https://github.com/ninuxorg/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

Main metrics

Overview
Name With Ownerdjangonauts/django-hstore
Primary LanguagePython
Program languageShell (Language Count: 4)
Platform
License:Other
所有者活动
Created At2011-01-14 03:35:36
Pushed At2018-12-28 14:12:14
Last Commit At2017-03-02 09:57:56
Release Count18
Last Release Name1.4.2 (Posted on 2016-04-02 23:06:34)
First Release Name1.2 (Posted on 2014-01-04 00:21:24)
用户参与
Stargazers Count517
Watchers Count11
Fork Count143
Commits Count525
Has Issues Enabled
Issues Count94
Issue Open Count20
Pull Requests Count53
Pull Requests Open Count4
Pull Requests Close Count18
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private