A safe, extensible ORM and Query Builder for Rust
Go to file
Sean Griffin f6671c51d6 Release v1.2.2
The way we had deprecated `large-tables` and friends was breaking
builds. We still need to improve how this gets deprecated in general,
but in the short term we can fix it by allowing warnings.

Fixes #1634.
2018-04-12 13:52:20 -06:00
.github Do not mention diesel_codegen in our issue template 2018-01-18 09:40:39 +01:00
bin Rename diesel_codegen2 to diesel_codegen 2018-02-04 14:04:39 -07:00
diesel Release v1.2.2 2018-04-12 13:52:20 -06:00
diesel_cli Give diesel.toml the same capabilities as every config flag 2018-04-11 11:35:55 -06:00
diesel_compile_tests Release v1.2.2 2018-04-12 13:52:20 -06:00
diesel_derives Release v1.2.0 2018-04-06 17:59:54 -06:00
diesel_infer_schema Give diesel.toml the same capabilities as every config flag 2018-04-11 11:35:55 -06:00
diesel_migrations Release v1.2.0 2018-04-06 17:59:54 -06:00
diesel_tests Merge pull request #1581 from weiznich/feature/insertable_on_vec 2018-04-06 18:09:40 -06:00
examples Release v1.2.0 2018-04-06 17:59:54 -06:00
guide_drafts Merge pull request #1456 from EloD10/patch-1 2018-01-15 10:19:47 -07:00
migrations Remove the Citext type alias 2017-09-28 10:48:45 +02:00
.appveyor.yml Fix appveyor build 2018-01-08 13:37:34 -07: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 Beta regressions were fixed 2018-04-05 12:15:15 -06:00
Cargo.toml Release v1.2.2 2018-04-12 13:52:20 -06:00
CHANGELOG.md Release v1.2.2 2018-04-12 13:52:20 -06: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 Add notes to contributors guide (#1502) 2018-01-25 09:45:21 +01:00
LICENSE-APACHE It's 2018 [ci skip] 2018-01-03 08:31:27 -05:00
LICENSE-MIT It's 2018 [ci skip] 2018-01-03 08:31:27 -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.