commit | 683a2635a5daa82d01b0689b8c4a1159728a5751 | [log] [tgz] |
---|---|---|
author | Georg Semmler <georg_semmler_05@web.de> | Sat Jan 18 00:28:57 2020 +0100 |
committer | Georg Semmler <georg_semmler_05@web.de> | Thu Jan 23 14:07:38 2020 +0100 |
tree | 7107629aa83c96cbb05991e76e7adf421a3f3781 | |
parent | 395e618c00c2258dc31ed2a064a4fd33e362a87a [diff] |
Add a `contains` method for postgres range types Fixes #2210 (I've just needed this method, so I can simply put it into upstream because it's probably useful for others too)
API Documentation: latest release – master branch
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.”
Find our extensive Getting Started tutorial at https://diesel.rs/guides/getting-started. Guides on more specific features are coming soon.
If you run into problems, Diesel has a very active Gitter room. You can come ask for help at gitter.im/diesel-rs/diesel. For help with longer questions and discussion about the future of Diesel, visit our discourse forum.
Anyone who interacts with Diesel in any space, including but not limited to this GitHub repository, must follow our code of conduct.
Licensed under either of these:
Before contributing, please read the contributors guide for useful information about setting up Diesel locally, coding style and common abbreviations.
Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.