GitPedia
Home/NyxCode/ormx/Changelog
NyxCode

NyxCode/ormx

bringing orm-like features to sqlx

1 Releases
Latest: 1y ago
v0.11 with sqlx 0.8v0.11Latest
NyxCodeNyxCode·1y ago·September 8, 2024
GitHub

📋 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!