SQLAlchemy
Consists of two components- Core = a fully featured SQL abstraction toolkit, providing a smooth layer of abstraction over a wide variety of DBAPI implementations and behaviors, as well as a SQL Expression Language which allows expression of the SQL language via generative Python expressions
- ORM = Object Relational Mapper
No comments:
Post a Comment