Changelog for sqlite-easy-0.2.0.0
0.2.0.0
- Rework the API
- Introduce the
SQLite atype instead ofDatabase -> IO aforrun,runWith,withDB,migrate, and so on. - Introduce
withPooland exportliftIO,fromStringandvoid. - Depend on
unliftio-coreandmtl.
- Introduce the
- Implement nested transactions via savepoints.
asTransactionrenamed totransactioncancelTransactionsplit torollbackandrollbackAll