creatur-5.2.11: Framework for artificial life experiments.

Portabilityportable
Stabilityexperimental
Maintaineramy@nualeargais.ie
Safe HaskellNone

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.

Instances

mkFSDatabase :: FilePath -> FSDatabase rSource

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