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

Safe HaskellNone

Data.CQRS.EventStore.Backend.Sqlite3

Description

Implementation of an SQLite3-based event store.

Synopsis

Documentation

data SQLite3EventStoreBackend Source

SQLite3 event store backend type alias.

Instances

EventStoreBackend SQLite3EventStoreBackend

Instance of EventStoreBackend for SQLite3EventStoreBackend

createBackendPool :: Int -> Text -> IO (Pool SQLite3EventStoreBackend)Source

Create a pool of SQLite3-based event store backends.