@hackage delta-store1.0.0.0

Facilities for storing a Haskell value, using delta types.

This package provides facilities for storing Haskell values in persistent storage as opposed to in volatile memory.

  • Data.Store — store values outside of volatile memory (RAM).

  • Data.DBVar — mutable variable that mirrors its value in a Store.