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

Data.CQRS.EventStore.Backend.Sqlite3Utils

Description

Implementation of an SQLite3-based event store.

Synopsis

Documentation

execSql :: Database -> String -> [SQLData] -> IO ()Source

Execute an SQL statement for which no result is expected.

withTransaction :: Database -> IO a -> IO aSource

Execute an IO action with an active transaction.