anykeystore

Software Screenshot:
anykeystore
Software Details:
Version: 0.2
Upload Date: 15 Apr 15
Developer: Michael Merickel
Distribution Type: Freeware
Downloads: 85

Rating: 4.0/5 (Total Votes: 2)

anykeystore is a generic interface wrapping multiple different backends to provide a consistent key-value storage API. This library is intended to be used by other libraries that require some form of generic storage.

Usage

from anykeystore import create_store

store = create_store('sqla', url='postgres+psycopg2://bob@localhost/mydb')

settings = {
 'mystore.store': 'sqla',
 'mystore.url': 'mysql://bob@localhost/mydb',
}
store = create_store_from_settings(settings, prefix='mystore.')


Supported Backends

- memory

- sqlalchemy

- requires: sqlalchemy

- mongodb

- requires: pymongo

- redis

- requires: redis-py

- memcached

- requires: python-memcached, or python3-memcached

Requirements:

  • Python

Similar Software

TYPO3
TYPO3

26 Apr 16

LiquiBase
LiquiBase

17 Jul 15

Couchapp
Couchapp

14 Apr 15

Portofino
Portofino

17 Feb 15

Comments to anykeystore

Comments not found
Add Comment
Turn on images!