Database interface

TwitterFacebook
Get flash to fully experience Pearltrees
https://github.com/Induction/Induction

Induction/Induction · GitHub

Focus on the data, not the database.

djangoappengine - Django App Engine backends (DB, email, etc.) | All Buttons Pressed

http://www.allbuttonspressed.com/projects/djangoappengine Djangoappengine contains all App Engine backends for Django-nonrel, e.g. the database and email backends.
Neo4j

PyMongo 1.11 Documentation — PyMongo v1.11 documentation

http://api.mongodb.org/python/1.11/ Overview PyMongo is a Python distribution containing tools for working with MongoDB , and is the recommended way to work with MongoDB from Python.

FrontPage - Storm

https://storm.canonical.com/ What is Storm? Storm is an object-relational mapper (ORM) for Python developed at Canonical.
http://packages.python.org/pymodels/

Easy data modeling with PyModels — PyModels v0.18 documentation

PyModels is a lightweight framework for mapping Python classes to schema-less databases.
Fast, Easy Database Access with Python You don't have to keep writing the same old database access code over and over again—instead, it's simple to roll your own database wrapper and use Python syntax to retrieve, search, and update data. http://www.devx.com/dbzone/Article/22093/1954

Fast, Easy Database Access with Python

SQLObject

SQLObject is a popular Object Relational Manager for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes. http://www.sqlobject.org/
http://www.sqlalchemy.org/ 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. SQL databases behave less like object collections the more size and performance start to matter; object collections behave less like tables and rows the more abstraction starts to matter.

SQLAlchemy - The Database Toolkit for Python

Modeling Object-Relational Bridge for python

http://modeling.sourceforge.net/ The Modeling framework intends to fill the gap between the python object world and relational databases. It relies on a model, based on Entity-Relationship Modelling, that describes how the two worlds map to each other.