cqrs-0.4.0: Command-Query Responsibility Segregation

Data.CQRS.EventStore.Sqlite3

Description

Implementation of an SQLite3-based event store.

Synopsis

Documentation

openSqliteEventStore :: String -> IO EventStoreSource

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

closeEventStore :: EventStore -> IO ()Source

Close the event store.