Release v0.5.1

This is a minor release that only includes a single change to Diesel
CLI. Most users can ignore this release, as it only affects users trying
to install Diesel CLI on systems that don't have both SQLite and
PostgreSQL installed.

If you *do* need to install CLI for Postgres only, you can do so with
`cargo install diesel_cli --no-default-features --features postgres`
2 files changed
tree: fa67531b3cd502253c3db0634381271d57fef0b3
  1. .cargo/
  2. bin/
  3. diesel/
  4. diesel_cli/
  5. diesel_codegen/
  6. diesel_compile_tests/
  7. diesel_tests/
  8. migrations/
  9. .example.env
  10. .gitignore
  11. .travis.yml
  12. CHANGELOG.md
  13. code_of_conduct.md
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. README.md
README.md

Diesel - A safe, extensible ORM and Query Builder for Rust

Build Status Gitter

Documentation

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.