A safe, extensible ORM and Query Builder for Rust
Clone or download
weiznich Merge pull request #1972 from Darksonn/master
Fix broken links in diesel::associations.
Latest commit d4eb2c1 Jan 30, 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 Enable features on runnig rustdoc Dec 10, 2018
bin Play with azure-pipeline Dec 10, 2018
diesel Update diesel/src/associations/mod.rs Jan 30, 2019
diesel_cli Release diesel 1.4.0 Jan 21, 2019
diesel_compile_tests Fix version override in diesel_compile_tests Jan 24, 2019
diesel_derives Release diesel 1.4.0 Jan 21, 2019
diesel_migrations Release diesel 1.4.0 Jan 21, 2019
diesel_tests Run rustfmt to fix ci Jan 25, 2019
docker Add docker-compose.yml for local test Jan 6, 2019
examples Release diesel 1.4.0 Jan 21, 2019
guide_drafts Fix typos and grammar; remove trailing whitespace Jun 16, 2018
migrations Remove the `Citext` type alias Sep 28, 2017
.appveyor.yml Fix appveyor build script May 23, 2018
.editorconfig Add .editorconfig, clippy config for good measure Feb 10, 2017
.env.sample Provide standard .env compatible with Docker usage Mar 19, 2017
.gitignore Remove ~ from .gitignore Jan 30, 2017
.travis.yml Reenable publishing docs from master Jan 5, 2019
CHANGELOG.md Release diesel 1.4.1 Jan 24, 2019
CONTRIBUTING.md Update CONTRIBUTING.md Jan 6, 2019
Cargo.toml Release diesel 1.4.1 Jan 24, 2019
LICENSE-APACHE It's 2018 [ci skip] Jan 3, 2018
LICENSE-MIT It's 2018 [ci skip] Jan 3, 2018
README.md Add azure pipeline badge Dec 11, 2018
azure-pipelines.yml Merge pull request #1946 from weiznich/reenable_building_docs Jan 19, 2019
clippy.toml Make clippy happy Feb 16, 2017
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 Bump rustfmt to 1.31.0 Dec 12, 2018

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.