changelog/2.0.0-rc.22.md
(since 2.0.0-rc.21)
DatabaseExecutor unified executor type (#2839)
Added a unified DatabaseExecutor type that wraps either a &DatabaseConnection or &DatabaseTransaction. This moves the SchemaManagerConnection pattern from sea-orm-migration into sea-orm core, providing:
DatabaseExecutor enum for unified handling of connections and transactionsIntoDatabaseExecutor trait for ergonomic conversionsSchemaManagerConnection type alias for backward compatibilitySchemaManagerConnectionExt trait for migration-specific methodsNone in this release.
Refactor Value array (#2849)
Refactored the internal Value array handling for improved consistency and maintainability.
Refactor CI (#2859)
actions/cache to v5sea-orm-sync example
Added and improved the sea-orm-sync example.
Update examples
Updated example code across the repository.