Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Database > Database APIs

    anykeystore 0.2

    Download button

    No screenshots available
    Downloads: 152  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Michael Merickel | More programs
    MIT/X Consortium Lic... / FREE
    March 18th, 2012, 09:45 GMT
    ROOT / Database / Database APIs

     Read user reviews (0)  Refer to a friend  Subscribe

    anykeystore description

    A key-value store supporting multiple backends

    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


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    key-value store | multiple backends | database | key-value | store

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM