Release v0.13.1

This is a bugfix release backporting
3509db04c78b3344daa6bce394001423b2386e7b to the 0.13 release line.
2 files changed
tree: da7cabbed63237702bec84f83210f7da5cde7cf9
  1. bin/
  2. diesel/
  3. diesel_cli/
  4. diesel_codegen/
  5. diesel_compile_tests/
  6. diesel_infer_schema/
  7. diesel_tests/
  8. examples/
  9. migrations/
  10. .appveyor.yml
  11. .editorconfig
  12. .env.sample
  13. .gitignore
  14. .travis.yml
  15. Cargo.toml
  16. CHANGELOG.md
  17. clippy.toml
  18. code_of_conduct.md
  19. CONTRIBUTING.md
  20. LICENSE-APACHE
  21. LICENSE-MIT
  22. README.md
README.md

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.