A safe, extensible ORM and Query Builder for Rust
Go to file
Eijebong 50469f8f7f Add mysql examples
They're the same as the postgres ones but adapted to mysql.
2017-02-18 20:53:10 +01:00
bin Move PG examples into a subdirectory 2017-02-17 09:17:39 -05:00
diesel Diesel is 0.11.1 not 0.11.0 2017-02-18 12:54:00 -05:00
diesel_cli Merge pull request #721 from Mrmaxmeier/print-sorted-schema 2017-02-17 20:22:05 +01:00
diesel_codegen Relase v0.11.0 (The one where we support MySQL) 2017-02-16 16:11:28 -05:00
diesel_compile_tests Ensure compile tests point at the local Diesel copy too 2017-02-18 14:00:58 -05:00
diesel_infer_schema Fix broken test 2017-02-18 12:16:21 -05:00
diesel_tests Don't panic when trying to execute an empty query on postgresql. 2017-02-16 22:11:38 +01:00
examples Add mysql examples 2017-02-18 20:53:10 +01:00
migrations Don't generate join impls on self referencing associations 2017-02-15 16:23:25 -05:00
.editorconfig Add .editorconfig, clippy config for good measure 2017-02-10 20:15:59 +01:00
.example.env Remove DATABASE_URL_FOR_SCHEMA from .example.env 2015-12-19 13:31:39 -07:00
.gitignore add Cargo.lock for diesel_cli 2016-03-19 13:08:23 +01:00
.travis.yml Add mysql examples 2017-02-18 20:53:10 +01:00
Cargo.toml Add mysql examples 2017-02-18 20:53:10 +01:00
CHANGELOG.md Ensure that MysqlConnection is Send 2017-02-17 14:04:58 -05:00
clippy.toml Make clippy happy 2017-02-16 15:15:20 -05:00
code_of_conduct.md Bump code of conduct to CC 1.4 2016-02-02 20:00:21 -07:00
CONTRIBUTING.md Contributing.md (#684) 2017-02-12 21:53:12 +01:00
LICENSE-APACHE It's 2017 2017-02-13 08:52:52 -05:00
LICENSE-MIT It's 2017 2017-02-13 08:52:52 -05:00
README.md Add a crates.io badge to the README 2017-01-04 09:57:43 -05:00

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.