Changelog for sqlite-easy-1.0.1.0
1.0.0.0
- Bump resource-pool bounds to >=0.4 && <5.
0.2.0.1
- Fix: finalize prepared statements even when errors are encountered.
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 totransaction.cancelTransactionsplit torollbackandrollbackAll.