SQLAlchemy Projects .

Technology

SQLAlchemy

The Python SQL toolkit and Object Relational Mapper (ORM): It provides a full suite of enterprise-level persistence patterns.

SQLAlchemy is the definitive Python SQL toolkit and Object Relational Mapper (ORM), giving developers full, flexible control over database interactions. It operates in two modes: Core, a powerful SQL Expression Language for direct, low-level control, and the ORM, which maps Python classes (e.g., `User` or `Address`) directly to database tables. This dual architecture ensures high-performance access and persistence patterns across multiple backends (PostgreSQL, MySQL, SQLite), effectively decoupling the object model from the schema.

https://www.sqlalchemy.org
4 projects · 4 cities

Related technologies

Recent Talks & Demos

Showing 1-4 of 4

Members-Only

Sign in to see who built these projects