| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Agent.Store.SQLite
Contents
Documentation
data SQLiteStore Source #
Constructors
| SQLiteStore | |
Fields
| |
Instances
createSQLiteStore :: MonadUnliftIO m => FilePath -> m SQLiteStore Source #
connectSQLiteStore :: MonadUnliftIO m => FilePath -> m SQLiteStore Source #
Orphan instances
| FromField MsgIntegrity Source # | |
Methods | |
| FromField QueueStatus Source # | |
Methods | |
| FromField InternalId Source # | |
Methods | |
| FromField InternalSndId Source # | |
Methods | |
| FromField InternalRcvId Source # | |
Methods | |
| ToField MsgIntegrity Source # | |
Methods toField :: MsgIntegrity -> SQLData # | |
| ToField QueueStatus Source # | |
Methods toField :: QueueStatus -> SQLData # | |
| ToField InternalId Source # | |
Methods toField :: InternalId -> SQLData # | |
| ToField SndMsgStatus Source # | |
Methods toField :: SndMsgStatus -> SQLData # | |
| ToField InternalSndId Source # | |
Methods toField :: InternalSndId -> SQLData # | |
| ToField RcvMsgStatus Source # | |
Methods toField :: RcvMsgStatus -> SQLData # | |
| ToField InternalRcvId Source # | |
Methods toField :: InternalRcvId -> SQLData # | |
| (FromField a, FromField b, FromField c, FromField d, FromField e, FromField f, FromField g, FromField h, FromField i, FromField j, FromField k) => FromRow (a, b, c, d, e, f, g, h, i, j, k) Source # | |