Release v0.7.2

This is an extremely minor update. It has no changes other than
increasing the maximum allowed syntex version, and changing the nightly
that we test against in `.travis.yml`
3 files changed
tree: 2f717999ed74aff0c6a8a76bcc503a18eba02512
  1. .cargo/
  2. bin/
  3. diesel/
  4. diesel_cli/
  5. diesel_codegen/
  6. diesel_codegen_syntex/
  7. diesel_compile_tests/
  8. diesel_tests/
  9. migrations/
  10. .example.env
  11. .gitignore
  12. .travis.yml
  13. CHANGELOG.md
  14. code_of_conduct.md
  15. LICENSE-APACHE
  16. LICENSE-MIT
  17. README.md
README.md

A safe, extensible ORM and Query Builder for Rust

Build Status Gitter

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.