Copyright | (c) 2012-2021 Amy de Buitléir |
---|---|
License | BSD-style |
Maintainer | amy@nualeargais.ie |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
A ridiculously simple database that stores each record in a separate file. The name of the file is the record's key.
Synopsis
- data FSDatabase r
- mkFSDatabase :: FilePath -> FSDatabase r
Documentation
data FSDatabase r Source #
A simple database where each record is stored in a separate file, and the name of the file is the record's key.
Instances
mkFSDatabase :: FilePath -> FSDatabase r Source #
(re)creates the FSDatabase in the
directory mkFSDatabase
dd
.