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
- Add `SqliteConnection::on_progress` wrapping `sqlite3_progress_handler`
- Add SqliteConnection::on_busy and set_busy_timeout wrapping the sqlite3 busy APIs
- Add SqliteConnection::on_wal wrapping sqlite3_wal_hook
- Add `SqliteConnection::on_rollback` wrapping `sqlite3_rollback_hook`
- Document the threading and reentrancy guarantees of on_commit
- Rework `#[derive(Enum)]`
- Generate cross-schema relations in print schema
- Document MariaDB alongside the existing MySQL backend
- E0275 when ToSql and FromSql are undefined for a custom type
- chore: exporting copy_from traits and struct fields
- Docs
- Rust not yet supported