simplex-chat-6.5.0.7
Safe HaskellNone
LanguageHaskell2010

Simplex.Chat.Options.SQLite

Documentation

data ChatDbOpts Source #

Constructors

ChatDbOpts 

Fields

chatDbOptsP :: FilePath -> FilePath -> Parser ChatDbOpts Source #

migrationBackupPathP :: Parser (Maybe FilePath) Source #

toDBOpts :: ChatDbOpts -> String -> Bool -> [SQLiteFuncDef] -> DBOpts Source #

chatSuffix :: String Source #

agentSuffix :: String Source #

chatDBFunctions :: [SQLiteFuncDef] Source #

mobileDbOpts :: CString -> CString -> IO ChatDbOpts Source #

errorDbStr :: DBOpts -> String Source #