Skip to content

0.4.0

Compare
Choose a tag to compare
@kilnerm kilnerm released this 03 Jan 15:11
· 32 commits to master since this release
a4a2112

This release updates the ORM to use SwiftKuery 3.0

The update includes breaking changes to the Database class:

  1. The getConnection method is removed
  2. 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.