The Wayback Machine - https://web.archive.org/web/20190429024920/https://github.com/diesel-rs/diesel
Skip to content
A safe, extensible ORM and Query Builder for Rust
Branch: master
Clone or download
Latest commit b596ef9 Apr 24, 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 Bump bigdecimal-rs to 0.1.0 Apr 17, 2019
diesel_cli Merge pull request #2050 from JohnTitor/fix-error Apr 24, 2019
diesel_compile_tests Bump minimal supported version to 1.34 Apr 14, 2019
diesel_derives
diesel_migrations Bump minimal supported version to 1.34 Apr 14, 2019
diesel_tests Bump bigdecimal-rs to 0.1.0 Apr 17, 2019
docker fix syntax errors in the docker-compose mysql initialization Feb 19, 2019
examples Replace trim_right with trim_end Apr 22, 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 More fixes Apr 14, 2019
CHANGELOG.md Merge pull request #2023 from diesel-rs/sg-mysql-signed Apr 16, 2019
CONTRIBUTING.md
Cargo.toml Release v1.4.2 Mar 19, 2019
LICENSE-APACHE It's 2018 [ci skip] Jan 3, 2018
LICENSE-MIT It's 2018 [ci skip] Jan 3, 2018
README.md Add the contributing guide's link in README Apr 18, 2019
azure-pipelines.yml More fixes Apr 14, 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 minimal supported version to 1.34 Apr 14, 2019

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

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.

You can’t perform that action at this time.