+ -

SQLObject 1.0 发布,Python的ORM框架 V

时间:2011-03-29

来源:chenkan

在手机上看
手机扫描阅读
  

SQLObject 是一个流行的Python 数据库对象映射框架,映射的规则就是表->类、字段->属性。

Changes:

1. A major API change was made: the DB URI parser was changed to use urllib.split*() and unquote(). 
2. This means any username, password, and path are allowed in DB URIs if they are properly %-encoded. 
3. A new module __version__.py was added. 
4. In SQLite, id columns are made AUTOINCREMENT. 
5. The "backend" parameter in DB URI is no longer supported; the "driver" parameter should be used instead


文章来源:开源中国社区