class - sqlalchemy

最後更新: 2014-11-19

 

介紹

HomePage: http://www.sqlalchemy.org/

DB: SQLite, Postgresql, MySQL, Oracle, MS-SQL, Firebird, Sybase

 

Two distinct components

 - Core
 - ORM (Object Relational Mapper)

 


安裝

windows:

C:\Python27\Scripts>easy_install.exe SQLAlchemy

linux:

pip install sqlalchemy

* pre- and post- processing of data

 


DOC:

Creative Commons license icon Creative Commons license icon