haskelldb-flat-0.10: An experimental HaskellDB back-end in pure Haskell (no SQL)ContentsIndex
Database.HaskellDB.FlatDB
Portabilitynon-portable This is a very experimental HaskellDB back-end which is written in pure Haskell and doesn't use SQL. It stores the database in a file. Using this with concurrent writes leads to data loss. This back-end does not support transactions.
Stabilityexperimental
Maintainerhaskelldb-users@lists.sourceforge.net
Description
Synopsis
DriverInterface (DriverInterface, connect)
driver :: DriverInterface
withFlatDB :: MonadIO m => FilePath -> (Database -> m a) -> m a
newDB :: FilePath -> IO ()
Documentation
DriverInterface (DriverInterface, connect)
driver :: DriverInterface
This driver requires the following options: filepath
withFlatDB :: MonadIO m => FilePath -> (Database -> m a) -> m a
newDB :: FilePath -> IO ()
Produced by Haddock version 0.8