Python ORM 框架:quick_orm

jopen 11年前發布 | 15K 次閱讀 Python 持久層框架

quick_orm 是一個 Python 的 ORM 框架. 安裝和使用超級簡單, 可以一分鐘上手! 基于SQLAlchemy構建, 在功能上是SQLAlchemy的超集. quick_orm 最大的特點是以非常簡單易學易用的形式提供了完備強大的功能.

功能特性:

  • quick: you could get and play with it in less than a minute. It couldn't be more straightforward.
  • easy: you don't have to write any SQL statements, including those "create table xxx ..." ones.
  • simple: the core code counts only 217 lines including comments and pydocs, there is no room for bugs.
  • free: released under BSD license, you are free to use it and distribute it.
  • powerful: built upon SQLAlchemy and doesn't compromise its power.
  • support relationships by means of python decorators.
  • support table inheritance in a most natural way.
  • support multiple databases: you can map your models to many databases without difficulty.
  • write less, do more: taking advantage of python metaclass reduces data modeling code dramatically.
  • long-term maintained: Continous efforts are taken to improve and maintain it.

項目主頁:http://www.baiduhome.net/lib/view/home/1361947686959

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!