SQLAlchemy

SQLAlchemy
Original authorMichael Bayer
Initial releaseFebruary 14, 2006 (2006-02-14)
Stable release
2.0.45  / 9 December 2025 (9 December 2025)
Written inPython
Operating systemCross-platform
TypeObject-relational mapping
LicenseMIT License
Websitewww.sqlalchemy.org 
Repository

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.