durango / diesel

A safe, extensible ORM and Query Builder for Rust

Home Page:http://diesel.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A safe, extensible ORM and Query Builder for Rust

Build Status Gitter Crates.io

Documentation

Homepage

Diesel gets rid of the boilerplate for database interaction and eliminates runtime errors, without sacrificing performance. It takes full advantage of Rust's type system to create a low overhead query builder that "feels like Rust".

Getting Started

You can find an extensive Getting Started tutorial at http://diesel.rs/guides/getting-started. Guides on more specific features will be coming soon.

Code of conduct

Anyone who interacts with Diesel in any space including but not limited to this GitHub repository is expected to follow our code of conduct

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A safe, extensible ORM and Query Builder for Rust

http://diesel.rs

License:Apache License 2.0


Languages

Language:Rust 99.6%Language:Shell 0.3%Language:PLpgSQL 0.1%