Release v0.12.1

This locks the chrono dependency to a specific version. Chrono released
0.3.1 which includes breaking changes, causing applications using Diesel
0.12.0 to stop compiling. There are no code changes included in this
release.
2 files changed
tree: c6d6cf8a79fdb213f718d2a000aec9b9e1f5c9d4
  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. .example.env
  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.