A safe, extensible ORM and Query Builder for Rust
Go to file
2017-11-27 19:14:53 +01:00
.github Mention diesel print-schema in issue template 2017-06-29 14:28:54 +02:00
bin Update local development scripts 2017-11-27 19:14:20 +01:00
diesel Update some documentation about codegen/derives 2017-11-27 19:14:40 +01:00
diesel_cli Fix build errors 2017-11-27 19:14:23 +01:00
diesel_compile_tests Update some documentation about codegen/derives 2017-11-27 19:14:40 +01:00
diesel_derives Update some documentation about codegen/derives 2017-11-27 19:14:40 +01:00
diesel_infer_schema Fix build errors 2017-11-27 19:14:23 +01:00
diesel_migrations Fix build errors 2017-11-27 19:14:23 +01:00
diesel_tests Fix build errors 2017-11-27 19:14:23 +01:00
examples Fix build errors 2017-11-27 19:14:23 +01:00
guide_drafts Update some documentation about codegen/derives 2017-11-27 19:14:40 +01:00
migrations Remove the Citext type alias 2017-09-28 10:48:45 +02:00
.appveyor.yml More Appveyor fixes 2017-11-27 19:14:33 +01: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
.rustfmt.toml Run rustfmt on the main crate 2017-09-05 12:26:33 -06:00
.travis.yml Fix build errors 2017-11-27 19:14:23 +01:00
Cargo.toml Rename diesel-codegen to diesel-derives 2017-11-27 19:14:17 +01:00
CHANGELOG.md Add a changelog entry 2017-11-27 19:14:53 +01:00
clippy.toml Make clippy happy 2017-02-16 15:15:20 -05:00
code_of_conduct.md Convert other misc links to https 2017-11-04 01:18:59 +00:00
CONTRIBUTING.md Small fixes based on @sgrif comments 2017-10-15 10:25:37 -07: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 Update API documentation links 2017-11-27 11:41:04 +01:00

A safe, extensible ORM and Query Builder for Rust

Build Status Appveyor Build Status Gitter Crates.io

API Documentation: latest release master 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.

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.