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
This release updates the ORM to use SwiftKuery 3.0
The update includes breaking changes to the Database class:
The getConnection method is removed
ConnectionStrategy .generator requires the generator function to execute a passed DatabseTask on a connected connection whereas previously it would just need to return a connected Connection.