Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djangonauts/django-hstore
PostgreSQL HStore support for Django.
https://github.com/djangonauts/django-hstore
Last synced: 3 months ago
JSON representation
PostgreSQL HStore support for Django.
- Host: GitHub
- URL: https://github.com/djangonauts/django-hstore
- Owner: djangonauts
- License: other
- Created: 2011-01-14T03:35:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T14:12:14.000Z (almost 6 years ago)
- Last Synced: 2024-04-23T23:37:22.738Z (6 months ago)
- Language: Python
- Homepage: http://django-hstore.readthedocs.io/
- Size: 698 KB
- Stars: 516
- Watchers: 13
- Forks: 143
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-hstore - PostgreSQL HStore support for Django. (Python)
README
=============
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 `__: **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