sea-orm
https://github.com/seaql/sea-orm
Rust
🐚 An async & dynamic ORM 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 supported3 Subscribers
Add a CodeTriage badge to sea-orm
Help out
- Issues
- Sqlite3 databases are created expecting a PK, and aren't falling back to the automatic ROWID or generating a WITHOUT ROWID table
- Returning model with `enum` field with `find_by_statement`
- Breaking changes information missing from ChangeLog
- Use `BitVec` and `BitArray` from `bitvec` crate for `Bit` and `VarBit` column types
- Unable to create new table with camel case enum type field using sea-orm-cli migrate
- Issue with `cursor_by` and `JOIN` in SeaORM using SQLite
- `comment()` does not work in migrations
- SQL type `BIGINT UNSIGNED`) is not compatible with SQL type `BIGINT`
- When setting the id field in MySQL, unsigned settings are not allowed
- Add support to client SSL PEM cert and key and root CA PEM cert
- Docs
- Rust not yet supported