django-hstore

PostgreSQL HStore support for Django.

Github星跟踪图

=============
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

主要指标

概览
名称与所有者djangonauts/django-hstore
主编程语言Python
编程语言Shell (语言数: 4)
平台
许可证Other
所有者活动
创建于2011-01-14 11:35:36
推送于2018-12-28 22:12:14
最后一次提交2017-03-02 16:57:56
发布数18
最新版本名称1.4.2 (发布于 2016-04-03 05:06:34)
第一版名称1.2 (发布于 2014-01-04 07:21:24)
用户参与
星数517
关注者数11
派生数144
提交数525
已启用问题?
问题数94
打开的问题数20
拉请求数53
打开的拉请求数4
关闭的拉请求数18
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?