ActiveRecord 模式的 ORM Orator

码农软件 · 软件分类 · ORM/持久层框架 · 2019-09-23 05:57:15

软件介绍

Orator ORM 提供了一个简单而优美的 ActiveRecord 实现。

它有部分灵感来自于 Laravel 框架的数据库部分,但很大程度上修改为更 pythonic。

功能特性:

  • 一个简单但强大的 ORM

  • 数据库不可知 Schema Builder

  • 一个低级别的查询生成器,以避免 ORM Migrations

  • 支持 PostgreSQL、MySQL 和 SQLite 开箱即用

Orator ORM 支持 python 2.7+和 3.2+ 版本。

基本用法:

from orator import DatabaseManager, Model

config = {
    'mysql': {
        'driver': 'mysql',
        'host': 'localhost',
        'database': 'database',
        'user': 'root',
        'password': '',
        'prefix': ''
    }
}

db = DatabaseManager(config)
Model.set_connection_resolver(db)

本文地址:https://codercto.com/soft/d/15196.html

Introduction to Tornado

Introduction to Tornado

Michael Dory、Adam Parrish、Brendan Berg / O'Reilly Media / 2012-3-28 / USD 23.99

Tornado is a scalable, non-blocking web server and web application framework written in Python. It is also light-weight to deploy, fun to write for, and incredibly powerful. Tornado was written with p......一起来看看 《Introduction to Tornado》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具