SQLAlchemy

Original author(s)Michael Bayer
Initial releaseFebruary 14, 2006 (2006-02-14)
Stable release
2.0.41  / 14 May 2025 (14 May 2025)
Repository
Written inPython
Operating systemCross-platform
TypeObject-relational mapping
LicenseMIT License
Websitewww.sqlalchemy.org 

SQLAlchemy is an open-source Python library that provides an SQL toolkit (called "SQLAlchemy Core") and an object–relational mapper (ORM) for database interactions. It allows developers to work with databases using Python objects, enabling efficient and flexible database access.