Database interface
< Python
< Web design & programming
< Conexus
< simulacron3
Get flash to fully experience Pearltrees
Experimental!
Focus on the data, not the database.
Djangoappengine contains all App Engine backends for Django-nonrel, e.g. the database and email backends.
Overview PyMongo is a Python distribution containing tools for working with MongoDB , and is the recommended way to work with MongoDB from Python.
What is Storm? Storm is an object-relational mapper (ORM) for Python developed at Canonical.
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.
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.
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.
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.