cqrs-0.5.0: Command-Query Responsibility Segregation

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.