python-cdb is D. J. Bernstein's constant database library adapted as a
python extension module.
cdb files are mappings of keys to values, designed for wickedly fast
lookups and atomic updates. This module mimics the normal cdb
utilities (cdb(get|dump|make)) via convenient high-level Python
objects.
forgetSQL is a Python module for accessing SQL databases by creating classes
that maps SQL tables to objects, normally one class pr. SQL table. The idea is
to forget everything about SQL and just worrying about normal classes and
objects.
Object Oriented Database Library For Persistent Storage in Python
dbtool can be used to store and retrieve data in a key/value format in a
hash database. Perl compatible regular expressions are supported both for
storing and retrieving of data. It's main advantages are the ability to
maintain huge amounts of data and speed.
PyMSSQL is a MS-SQL database adapter for the Python programming
language. It was written from scratch using FreeTDS library.
This is the version 2 release branch.
This package provides Python modules to access to SQL Relay.
The python-rrdtool provides a interface to rrdtool, the
wonderful graphing and logging utility. This wrapper
implementation has worked from the scratch (without SWIG),
and it's under LGPL.
Plugin for running methods on ActiveRecord models after record is committed
BDB is a set of classes implementing an interface to
Berkeley DB for the GNUstep and Mac OS X environment written in
Objective-C language. It is based on the C API of
Berkeley DB and offers an object oriented interface which relies on
classes and mechanisms offered by the Foundation library.
In its present state BDB just offers a reduced set of functionality of
Berkeley DB.
LICENSE: LGPL2 or later
An EventMachine based library for interacting with the Redis data store
by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's
implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's
redis-rb library (distributed as part of Redis).