Python’s SQLAlchemy vs Other ORMs[转发 0]

原文地址:http://pythoncentral.io/sqlalchemy-vs-orms/

Overview of Python ORMs

As a wonderful language, Python has lots of ORM libraries besides SQLAlchemy. In this article, we are going to take a look at several popular alternative ORM libraries to better understand the big picture of the Python ORM landscape. By writing a script that reads and writes to a simple database with two tables, person and address, we will gain a better understanding about the pros and cons of each ORM library.

由于文章较长,我会按照每个ORM发布一个随笔

1、SQLObject

2、Storm

3、Django's ORM

4、peewee

5、PonyORM

6、SQLAlchemy

7、Comparison Between Python ORMs 比较结论

 

posted @ 2016-11-30 10:01  Brian Tan  阅读(139)  评论(0编辑  收藏  举报