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
- The scope of the unsafe block can be appropriately reduced
- The `embed_migrations!` macro doesn't pick up new migration files due to cargo build cache
- Primary key always generates `Nullable<_>` in schema.rs
- [cli] MySQL Diesel only supports tables with primary keys.
- order_by_column test is not deterministic
- Support skipping fields in Queryable derive (falls back to Default impl)
- Box<dyn BoxableExpression> can't be used in join on clauses
- `into_boxed` equivalent for INTERSECT
- Experiment with generate `allow_columns_to_appear_in_same_group_by_clause!` via `diesel print-schema`
- SupportsReturningClause mysql
- Docs
- Rust not yet supported