json-state

Keep program state in JSON files.

http://rel4tion.org/projects/json-state/

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-PublicDomain licensed by fr33domlover
Maintained by [email protected]

If your program manages simple state data not shared with other programs, this package provide a lightweight alternative to full ACID databases. It allows you to load state from JSON files and update those files asynchronously and periodically. Version control (using Git) is supported.