The Python SQL Toolkit and Object Relational Mapper
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.
It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.
iODBC (intrinsic Open Database Connectivity) is an ODBC driver manager that
is compatible with the ODBC 2.x and 3.x specifications. It performs the
standard tasks of a driver manager, i.e. driver loading, parameter and
function sequence checking, driver function invocation, etc.
Applications linked with the iODBC driver manager will be able - through ODBC
function calls - to access simultaneously different types of data sources
within one process through suitable ODBC drivers.
iODBC is freely redistributable under either the GNU Library General Public
Licence (LGPL) or the BSD licence.
SQLite is a library that provides a SQL-language database that
stores data in disk files without requiring a separate server
process. pysqlite provides a SQL interface compliant with the DB-API
2.0 specification described by PEP 249. This means that it should
be possible to write the first version of your applications using
SQLite for data storage. If switching to a larger database such as
PostgreSQL or Oracle is later necessary, the switch should be
relatively easy.
This module provides a sqlite-backed dictionary conforming to the
dbm interface, along with a shelve class that wraps the dict and
provides serialization for it.
SQLObject is an object-relational mapper.
It allows you to translate RDBMS table rows into Python objects,
and manipulate those objects to transparently manipulate the database.
sqlparse is a non-validating SQL parser module.
It provides support for parsing, splitting and formatting SQL statements.
Swift is a highly available, distributed, eventually consistent
object/blob store.
MemcacheQ is a Simple Queue Service over Memcache.
Features:
* damn simple
* very fast
* multiple queue
* concurrent well
* memcache protocol compatible