A safe, extensible ORM and Query Builder for Rust
Go to file
2017-02-23 13:23:59 +01:00
bin Move PG examples into a subdirectory 2017-02-17 09:17:39 -05:00
diesel Enable appveyor for CI 2017-02-21 08:04:07 -05:00
diesel_cli Enable appveyor for CI 2017-02-21 08:04:07 -05:00
diesel_codegen Enable appveyor for CI 2017-02-21 08:04:07 -05:00
diesel_compile_tests Release v0.11.4 2017-02-21 05:08:53 -05:00
diesel_infer_schema Enable appveyor for CI 2017-02-21 08:04:07 -05:00
diesel_tests Don't panic when trying to execute an empty query on postgresql. 2017-02-16 22:11:38 +01:00
examples Sqlite example: Add test script and CI 2017-02-23 13:23:59 +01:00
migrations Move files to examples directory for merge 2017-02-23 13:16:57 +01:00
.appveyor.yml Enable appveyor for CI 2017-02-21 08:04:07 -05:00
.editorconfig Add .editorconfig, clippy config for good measure 2017-02-10 20:15:59 +01:00
.example.env Remove DATABASE_URL_FOR_SCHEMA from .example.env 2015-12-19 13:31:39 -07:00
.gitignore Move files to examples directory for merge 2017-02-23 13:16:57 +01:00
.travis.yml Sqlite example: Add test script and CI 2017-02-23 13:23:59 +01:00
Cargo.toml Move files to examples directory for merge 2017-02-23 13:16:57 +01:00
CHANGELOG.md Release v0.11.4 2017-02-21 05:08:53 -05:00
clippy.toml Make clippy happy 2017-02-16 15:15:20 -05:00
code_of_conduct.md Bump code of conduct to CC 1.4 2016-02-02 20:00:21 -07:00
CONTRIBUTING.md Contributing.md (#684) 2017-02-12 21:53:12 +01: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 Move files to examples directory for merge 2017-02-23 13:16:57 +01: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.