原文地址: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发布一个随笔
本文通过编写读写包含 person 和 address 两张表的简单数据库脚本,对比分析了多种 Python ORM(对象关系映射)库,包括 SQLObject、Storm、Django's ORM、peewee、PonyORM 和 SQLAlchemy 的优缺点。
33

被折叠的 条评论
为什么被折叠?



