python sqlalchemy doc


0.0.1 by timger
Feb 12, 2014

python sqlalchemy doc 정보

python sqlalchemy doc

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!

최신 버전 0.0.1의 새로운 기능

Last updated on Oct 7, 2015
python sqlalchemy doc

추가 앱 정보

최신 버전

0.0.1

업로드한 사람

Gabriel Dos Anjos Lima

필요한 Android 버전

Android 2.3.4+

콘텐츠 등급

Unrated · Warning – content has not yet been rated. Unrated apps may potentially contain content appropriate for mature audiences only.

더 보기

python sqlalchemy doc 대안

timger에서 더 많은 것을 얻기

발견하다