Description
Provides SQLAlchemy 1.4, a Python SQL toolkit and object-relational mapper for building database-backed applications. It helps code define tables, build queries, manage sessions, and map database rows to Python objects.
Developers use it as a library. Database code can read, modify, or delete important data, so review migrations, transactions, SQL injection boundaries, and connection settings carefully.