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
- Deprecation of `dsl::any` will prevent use of `TextExpressionMethods::like(any(<expr>))`
- Add ability to serialize additional fields to the MigrationMetadata
- Joins `typeck` is exponential in number of joins
- Numeric implements SqlOrd
- diesel_cli: joinable vanishes when a partition is added in a migration even on a fresh database (no redo)
- 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
- Docs
- Rust not yet supported