filestore-0.6.0.2: Interface for versioning file stores.

PortabilityGHC 6.10 required
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellNone

Data.FileStore

Description

Abstract interface to a versioned file store, which can be implemented using a revision-control system or database.

Based on ideas from Sebastiaan Visser's Network.Orchid.Core.Backend.

Documentation