0.4.0
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 passedDatabseTask
on a connected connection whereas previously it would just need to return a connectedConnection
.