@hackage persistent-stm0.1.0.1

STM transactions involving persistent storage

While Haskell's STM monad allows you to execute code transactionally, it does not allow you to persist the state on disk. This package implements a persistent storage bridge that runs inside the already existing STM monad.