Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 487 Bytes

sqlalchemy.md

File metadata and controls

16 lines (12 loc) · 487 Bytes

Back

SQLAlchemy


SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.

  • Install SQLAlchemy
pip install SQLAlchemy
  • Use SQLAlchemy
import sqlalchemy