commit | a19c6e3cfd52b4a30672ab3ae5c57b31cb771d2a | [log] [tgz] |
---|---|---|
author | Martell Malone <martellmalone@gmail.com> | Fri May 01 18:49:48 2020 -0700 |
committer | Martell Malone <martellmalone@gmail.com> | Fri May 01 20:02:04 2020 -0700 |
tree | d03eae06dc6b31c4161f090115b270d92d8a7d32 | |
parent | 9d05d0ebfea6193b4076c5159981a00d8882dd4c [diff] |
Update nightly for unused_braces regression https://github.com/rust-lang/rust/issues/70814
API Documentation: latest release – master branch
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.”
Supported databases:
You can configure the database backend in Cargo.toml
:
[dependencies] diesel = { version = "<version>", features = ["<postgres|mysql|sqlite>"] }
Find our extensive Getting Started tutorial at https://diesel.rs/guides/getting-started. Guides on more specific features are coming soon.
If you run into problems, Diesel has a very active Gitter room. You can come ask for help at gitter.im/diesel-rs/diesel. For help with longer questions and discussion about the future of Diesel, visit our discourse forum.
Anyone who interacts with Diesel in any space, including but not limited to this GitHub repository, must follow our code of conduct.
Licensed under either of these:
Before contributing, please read the contributors guide for useful information about setting up Diesel locally, coding style and common abbreviations.
Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.