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
- Reimplemented QueryWrapper which is a semi-internal self-referencing struct
-> Removed ouroboros and aliasable from dependencies
- Updated sqlx to v0.7
-> Added a new layer reimplementing `sqlx::any`
- Removed `FromRow` trait
- Added `Database::close` with a warning if it is not called