原文地址: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 比较结论
转载于:https://www.cnblogs.com/tanxstar/p/6116423.html
相关资源:JAVA上百实例源码以及开源项目