creatur-5.9.30: Framework for artificial life experiments.
Copyright(c) 2012-2021 Amy de Buitléir
LicenseBSD-style
Maintaineramy@nualeargais.ie
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ALife.Creatur.Database.FileSystem

Description

A ridiculously simple database that stores each record in a separate file. The name of the file is the record's key.

Synopsis

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.

mkFSDatabase :: FilePath -> FSDatabase r Source #

mkFSDatabase d (re)creates the FSDatabase in the directory d.