You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’re currently duplicating a lot of code to save/get things from db using sqlx. Our database/common.rs is 1500 lines long and is hard to test and work with.
SeaORM is a sqlx-based ORM that enables Rust-based schema creation and auto-generated and type-checked queries. What about migrating from sqlx to seaorm https://www.sea-ql.org/SeaORM/?
Proposal Description
It needs improvements in many aspects, like how to write/read data, what to use where, etc.
The text was updated successfully, but these errors were encountered: