cqrs-sqlite3-0.6.0: SQLite3 backend for the cqrs package.

Data.CQRS.EventStore.Backend.Sqlite3

Description

Implementation of an SQLite3-based event store.

Synopsis

Documentation

openSqliteEventStore :: String -> IO EventStoreBackendSource

Open an SQLite3-based event store using the named SQLite database file. The database file is created if it does not exist.