project-m36-0.1: Relational Algebra Engine

Safe HaskellNone
LanguageHaskell2010

ProjectM36.TransactionGraph.Persist

Synopsis

Documentation

transactionHeadTransactionsPersist :: DiskSync -> FilePath -> TransactionGraph -> IO () Source #

The incremental writer which only writes from the set of heads. New heads must be written on every commit. Most heads will already be written on every commit.