sqlalchemy==2.0.51
# Database Abstraction Library
$ pip install sqlalchemy
downloads/wk
94,683,301
license
MIT
version
2.0.51
python
>=3.7
What is sqlalchemy?
SQLAlchemy is a Python library that provides tools for interacting with databases through Python code rather than writing raw SQL. Developers use it to define database schemas as Python classes, build queries programmatically, and switch between different database systems with minimal code changes. It abstracts away database-specific differences so you can focus on application logic instead of SQL syntax.
Dependencies (24)
Author
Mike Bayer