Portability | portable |
---|---|
Stability | experimental |
Maintainer | amy@nualeargais.ie |
Safe Haskell | None |
A ridiculously simple database that stores each record in a separate file. The name of the file is the record's key.
- 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.
Eq (FSDatabase r) | |
Show (FSDatabase r) | |
Database (FSDatabase r) |
mkFSDatabase :: FilePath -> FSDatabase rSource
(re)creates the FSDatabase in the
directory mkFSDatabase
dd
.