flâneur

SQLAlchemy - The Database Toolkit for Python

sqlalchemy.org · 134 words · saved by 2 readers

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. Donate to SQLAlchemy through PayPal Sponsor SQLAlchemy through the Tidelift Subscription Website content copyright © by SQLAlchemy authors and contributors. SQLAlchemy and its documentation are licensed under the MIT license. SQLAlchemy is a trademark of Michael Bayer. mike(&)zzzcomputing.com All rights reserved. Website generation by zeekofile, with huge thanks to the Blogofile project.

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. Documentation Current Documentation (version 2.0) - learn SQLAlchemy here Documentation Overview Installation Guide ORM Quickstart Comprehensive Tutorial Reference Guides Object Relational Mapping (ORM)…

saved by

related reading