changelog/2.0.0-rc.21.md
(since 2.0.0-rc.20)
Rusqlite / sea-orm-sync (#2847)
sea-orm-sync crate for synchronous SQLite via rusqlitesea-schema-syncAdd --banner-version to CLI (#2836)
CLI now supports a --banner-version flag.
Add exists method to PaginatorTrait (#2623)
PaginatorTrait now includes an exists method for efficient existence checks.
Respect #[serde(rename)] in ActiveModel::from_json (#2842)
ActiveModel::from_json now correctly respects #[serde(rename)] and #[serde(rename_all)] attributes when deserializing JSON.
sea-orm-sync crate