🚀 What's New
- Added inline projection initialisation for PostgreSQL and SQLite event stores. Now they're called together with regular event store initialisation! by @oskardudycz in 276
- Added SQLite Event Store samples. See them here. It also contains examples of advanced raw SQL projection with multiple tables. See it: here. by @oskardudycz in 276
- Removed the need to pass the SQLite Connection to the projection integration test setup. Now, if you don't provide it, it'll use an in-memory database. You can also just pass the file name. by @oskardudycz in 276
- Added simple SQLConnectionPool to make easier reuse of the connection. It'll be replaced with the Dumbo one once the new version is out and integrated.. by @oskardudycz in 276
📝 What's Changed
- Removed Dumbo usage in the SQLite package. This is an intermediate fix, it'll be brought back when work on refactoring Pongo and Dumbo is finished. by @oskardudycz in 276
Full Changelog: 0.40.0...0.41.0