Python的ORM框架,quick_orm 0.4.0 發布

fmms 12年前發布 | 9K 次閱讀 ORM 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 216 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.

quick_orm 0.4.0 發布,該版本新增了建模幫助函數 many_to_one 和 one_to_one, 數據建模更加直觀簡單.

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