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
下载地址: |