SQLAlchemy
SqlAlchemy is an object-oriented database API for Python. From the website:
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.
SQLAlchemy is MIT licensed.
Status
- We talked a bit about adopting it for Trac's database abstraction layer, eventually replacing our home grown database layer.
- A proposal has been worked on: trac-dev:228
- Some experimental work has started in source:sandbox/Attic/sqlalchemy-ng.
Last modified
9 years ago
Last modified on Dec 15, 2015, 7:50:24 PM
Note:
See TracWiki
for help on using the wiki.