NyxCode/ormx
bringing orm-like features to sqlx
1 Releases
Latest: 1y ago
v0.11 with sqlx 0.8v0.11Latest
📋 Changes
- Everything should be 1:1 compatible with v0.10.
- Now with RPIT in traits!
- And more!
- `Table::all(..)` and friends now return results in a consistent ordering, which can be changed using `#[ts(order_by = "created_at DESC")]`.
- Much better escaping of columns that happen to be SQL keywords
- CI, testing Postgres, MySQL and MariaDB
- Many bug fixes!
