- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://orator-orm.com
- 软件文档: https://orator-orm.com/docs
软件介绍
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)
Bandit Algorithms for Website Optimization
John Myles White / O'Reilly Media / 2013-1-3 / USD 19.99
This book shows you how to run experiments on your website using A/B testing - and then takes you a huge step further by introducing you to bandit algorithms for website optimization. Author John Myle......一起来看看 《Bandit Algorithms for Website Optimization》 这本书的介绍吧!
XML 在线格式化
在线 XML 格式化压缩工具
RGB HSV 转换
RGB HSV 互转工具
