diesel
https://github.com/diesel-rs/diesel
Rust
A safe, extensible ORM and Query Builder for Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported15 Subscribers
Add a CodeTriage badge to diesel
Help out
- Issues
- Fix eq_any's nullability
- `.eq_any(ARRAY(subselect))` and `.eq_any(ARRAY[..., ...])` support
- Fixes #4349
- `.eq_any([["foo"]])` on `SqlType = Array<Text>` causes runtime error on Postgres
- allow_tables_to_appear_in_same_query! does not scale with larger number of tables
- First draft for supporting window functions and other aggregate function expressions
- DatabaseError caused by foreign key `ON DELETE RESTRICT` is not classified as `ForeignKeyViolation` using Sqlite
- Missing impl for tuples in custom QueryFragment
- working on json_path_exists
- Allow specifying diesel path as derive attribute
- Docs
- Rust not yet supported