Safe Haskell | None |
---|
Data.CQRS.EventStore.Backend.Sqlite3
Description
Implementation of an SQLite3-based event store.
- data SQLite3EventStoreBackend
- createBackendPool :: Int -> Text -> IO (Pool SQLite3EventStoreBackend)
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.