
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.