simplexmq-6.5.0.16: SimpleXMQ message broker
Safe HaskellSafe-Inferred
LanguageHaskell2010

Simplex.Messaging.Agent.Store.SQLite

Documentation

data DBOpts Source #

Constructors

DBOpts 

Fields

migrateDBSchema :: DBStore -> DBOpts -> Maybe Query -> [Migration] -> MigrationConfig -> IO (Either MigrationError ()) Source #

execSQL :: Connection -> Text -> IO [Text] Source #

sqlString :: Text -> Text Source #

keyString :: ScrubbedBytes -> Text Source #

storeKey :: ScrubbedBytes -> Bool -> Maybe ScrubbedBytes Source #

openSQLiteStore :: DBStore -> ScrubbedBytes -> Bool -> IO () Source #