A safe, extensible ORM and Query Builder for Rust
Go to file
2017-07-23 05:45:18 -04:00
.github Mention diesel print-schema in issue template 2017-06-29 14:28:54 +02:00
bin Don't deny warning when developing, only on CI 2017-07-14 19:36:44 +02:00
diesel Release v0.15.0 2017-07-23 05:31:19 -04:00
diesel_cli Release v0.15.0 2017-07-23 05:31:19 -04:00
diesel_codegen Release v0.15.0 2017-07-23 05:31:19 -04:00
diesel_compile_tests Release v0.15.0 2017-07-23 05:31:19 -04:00
diesel_infer_schema Release v0.15.0 2017-07-23 05:31:19 -04:00
diesel_tests Merge pull request #1026 from diesel-rs/sg-join-on 2017-07-23 05:15:37 -04:00
examples Release v0.15.0 2017-07-23 05:31:19 -04:00
guide_drafts doc rewording 2017-07-17 10:38:54 +02:00
migrations Add support for Citext Postgres Type 2017-07-21 13:52:10 -05:00
.appveyor.yml Run PG tests on a single thread on Windows 2017-06-05 14:37:58 -04:00
.editorconfig Add .editorconfig, clippy config for good measure 2017-02-10 20:15:59 +01:00
.env.sample Provide standard .env compatible with Docker usage 2017-03-19 09:05:44 -04:00
.gitignore add Cargo.lock for diesel_cli 2016-03-19 13:08:23 +01:00
.travis.yml Allow beta to fail CI 2017-07-23 05:27:31 -04:00
Cargo.toml Release v0.15.0 2017-07-23 05:31:19 -04:00
CHANGELOG.md Fix CHANGELOG link [ci skip] 2017-07-23 05:45:18 -04:00
clippy.toml Make clippy happy 2017-02-16 15:15:20 -05:00
code_of_conduct.md Update CoC contacts to reflect the active maintainers 2017-05-09 15:33:37 -04:00
CONTRIBUTING.md Change .env.example to .env.sample in Contrib guide 2017-06-17 13:16:46 -05:00
LICENSE-APACHE It's 2017 2017-02-13 08:52:52 -05:00
LICENSE-MIT It's 2017 2017-02-13 08:52:52 -05:00
README.md [ci skip] Fix Appveyor badge 2017-02-21 10:50:33 -05:00

A safe, extensible ORM and Query Builder for Rust

Build Status Appveyor 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.