| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.Chat.Options.SQLite
Documentation
data ChatDbOpts Source #
Constructors
| ChatDbOpts | |
Fields
| |
chatDbOptsP :: FilePath -> FilePath -> Parser ChatDbOpts Source #
migrationBackupPathP :: Parser (Maybe FilePath) Source #
dbString :: ChatDbOpts -> String Source #
toDBOpts :: ChatDbOpts -> String -> Bool -> [SQLiteFuncDef] -> DBOpts Source #
chatSuffix :: String Source #
agentSuffix :: String Source #
chatDBFunctions :: [SQLiteFuncDef] Source #
mobileDbOpts :: CString -> CString -> IO ChatDbOpts Source #
removeDbKey :: ChatDbOpts -> ChatDbOpts Source #
errorDbStr :: DBOpts -> String Source #