python-django-kvstore

Extensible key-value store backend for Django
  https://github.com/saymedia/django-kvstore
  0
  no reviews



This module provides an abstraction layer for accessing a key-value storage within a Django application using PostgreSQL.

A dedicated table needs to be created and then this table can be specified as the KEY_VALUE_STORE_BACKEND. Only primary key lookup queries are supported but the dictionary returned can be processed as normal.