Skip to content
A safe, extensible ORM and Query Builder for Rust
Branch: master
Clone or download
Latest commit 01ab3d6 Apr 3, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Please stop opening issues about Rust nightly May 25, 2018
_build
bin enable printing of subcommands in bin/test to make it easier to re-ru… Feb 19, 2019
diesel
diesel_cli
diesel_compile_tests Fix more test failures Mar 21, 2019
diesel_derives Introduce a derive for `NonAggregate` Feb 23, 2019
diesel_migrations Update syn to 0.15 in the migrations_macros crate Feb 23, 2019
diesel_tests Accept bigdecimal version 0.0.15 Apr 2, 2019
docker
examples Fix more test failures Mar 21, 2019
guide_drafts
migrations Remove the `Citext` type alias Sep 28, 2017
.appveyor.yml
.editorconfig
.env.sample
.gitignore
.travis.yml
CHANGELOG.md Release v1.4.2 Mar 19, 2019
CONTRIBUTING.md Update CONTRIBUTING.md Jan 6, 2019
Cargo.toml Release v1.4.2 Mar 19, 2019
LICENSE-APACHE
LICENSE-MIT
README.md Add azure pipeline badge Dec 11, 2018
azure-pipelines.yml bump those in azure pipeline config too Mar 13, 2019
clippy.toml
code_of_conduct.md Convert other misc links to https Nov 4, 2017
docker-compose.yml Add docker-compose.yml for local test Jan 6, 2019
rust-toolchain

README.md

A safe, extensible ORM and Query Builder for Rust

Build Status Azure Pipeline Build Status Appveyor Build Status Gitter Crates.io

API Documentation: latest releasemaster branch

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

Find our extensive Getting Started tutorial at https://diesel.rs/guides/getting-started. Guides on more specific features are coming soon.

Getting help

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.

Code of conduct

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

License

Licensed under either of these:

Contributing

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.

You can’t perform that action at this time.