Python的ORM框架,quick_orm 0.4.0 发布

fmms 12年前
     <a href="/misc/goto?guid=4958338257246754932" target="_blank">quick_orm </a>是一个 Python 的 ORM 框架. 安装和使用超级简单, 可以一分钟上手! 基于SQLAlchemy构建, 在功能上是SQLAlchemy的超集. quick_orm 最大的特点是以非常简单易学易用的形式提供了完备强大的功能.    <br />    <ul>     <li>quick: you could get and play with it in less than a minute. It couldn't be more straightforward.</li>     <li>easy: you don't have to write any SQL statements, including those "create table xxx ..." ones.</li>     <li>simple: the core code counts only 216 lines including comments and pydocs, there is no room for bugs.</li>     <li>free: released under BSD license, you are free to use it and distribute it.</li>     <li>powerful: built upon SQLAlchemy and doesn't compromise its power.</li>     <li>support relationships by means of python decorators.</li>     <li>support table inheritance in a most natural way.</li>     <li>support multiple databases: you can map your models to many databases without difficulty.</li>     <li>write less, do more: taking advantage of python metaclass reduces data modeling code dramatically.</li>     <li>long-term maintained: Continous efforts are taken to improve and maintain it.</li>    </ul>    <br />    <p>quick_orm 0.4.0 发布,该版本新增了建模帮助函数 many_to_one 和 one_to_one, 数据建模更加直观简单.</p>