Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
codebasePath :: FilePath Source #
Prefer makeCodebasePath or makeCodebaseDirPath when possible.
makeCodebasePath :: CodebasePath -> FilePath Source #
Makes a path to a sqlite database from a codebase path.
makeCodebaseDirPath :: CodebasePath -> FilePath Source #
Makes a path to the location where sqlite files are stored within a codebase path.
backupCodebasePath :: SchemaVersion -> NominalDiffTime -> FilePath Source #
Makes a path to store a backup of a sqlite database given the current time.
lockfilePath :: CodebasePath -> FilePath Source #