python sqlalchemy doc icon

python sqlalchemy doc

★★★★★
★★★★★
(4.00/5)

0.0.1Free8 years ago

Download python sqlalchemy doc APK latest version Free for Android

Version 0.0.1
Update
Size 2.44 MB (2,553,773 bytes)
Developer timger
Category Apps, Books & Reference
Package Name com.timger.sqlalchemy
OS 2.3.3 and up

python sqlalchemy doc APPLICATION description

The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

It 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.

SQLALCHEMY'S PHILOSOPHY

SQL databases behave less like object collections the more size and performance start to matter; object collections behave less like tables and rows the more abstraction starts to matter. SQLAlchemy aims to accommodate both of these principles.

SQLAlchemy considers the database to be a relational algebra engine, not just a collection of tables. Rows can be selected from not only tables but also joins and other select statements; any of these units can be composed into a larger structure. SQLAlchemy's expression language builds on this concept from its core.

SQLAlchemy is most famous for its object-relational mapper (ORM), an optional component that provides the data mapper pattern, where classes can be mapped to the database in open ended, multiple ways - allowing the object model and database schema to develop in a cleanly decoupled way from the beginning.

The main goal of SQLAlchemy is to change the way you think about databases and SQL!
↓ Read more
python sqlalchemy doc screen 1 python sqlalchemy doc screen 2 python sqlalchemy doc screen 3