发布于 2018-01-05 03:25:05 | 157 次阅读 | 评论: 0 | 来源: 网友投递
Diesel 基于Greenlet的事件I/O Python框架
Diesel 是一个基于Greenlet的事件I/O Python框架,Diesel提供一个整洁的API来编写网络客户端和服务器。支持TCP和UDP。
diesel 1.0.0 发布了,Diesel 是一个安全可扩展的 Rust 编程语言的 ORM 框架和查询构建工具。Diesel 可避免运行时错误,提供最好的性能。
更新内容:
Expanded from a PostgreSQL specific library to supporting SQLite and MySQL
Went from nightly-only to nightly-optional to working purely on stable
Rust
diesel print-schema
replaced infer_schema!
as the go-to way to
infer your database schema.
Added support for a significant portion of SQL queries which could not
be represented in 0.1
下载地址: