Description
Provides a key-value store abstraction in the Haskell IO monad. It gives programs a simple way to keep mutable or effectful state associated with keys during execution.
This is useful inside Haskell applications, tools, or libraries that need small pieces of runtime storage. It is not a database server or graphical storage manager.