Diesel also needs to be 0.10.1
2 files changed
tree: a522f77f063bb3b685394fa94458e822f9881e56
  1. bin/
  2. diesel/
  3. diesel_cli/
  4. diesel_codegen/
  5. diesel_codegen_shared/
  6. diesel_compile_tests/
  7. diesel_infer_schema/
  8. diesel_tests/
  9. examples/
  10. migrations/
  11. .example.env
  12. .gitignore
  13. .travis.yml
  14. Cargo.toml
  15. CHANGELOG.md
  16. code_of_conduct.md
  17. LICENSE-APACHE
  18. LICENSE-MIT
  19. README.md
README.md

A safe, extensible ORM and Query Builder for Rust

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.