Safe Haskell | None |
---|---|
Language | Haskell2010 |
Simplex.Messaging.Agent.Store.SQLite
Contents
Documentation
data SQLiteStore Source #
Constructors
SQLiteStore | |
Fields
|
Instances
createSQLiteStore :: FilePath -> Int -> [Migration] -> IO SQLiteStore Source #
connectSQLiteStore :: FilePath -> Int -> IO SQLiteStore Source #
withConnection :: SQLiteStore -> (Connection -> IO a) -> IO a Source #
withTransaction :: forall a. SQLiteStore -> (Connection -> IO a) -> IO a Source #