polysemy-kvstore-jsonfile

Run a KVStore as a single json file in polysemy.

Stackage Nightly 2022-02-07:0.1.1.0@rev:1
Latest on Hackage:0.1.1.0@rev:1

See all snapshots polysemy-kvstore-jsonfile appears in

MIT licensed by Daniel Firth
Maintained by [email protected]
This version can be pinned in stack with:polysemy-kvstore-jsonfile-0.1.1.0@sha256:4576fdc28d899fc47101d4fadb8e217f109b76d582f008e6839628960f45d3a3,1157

Module documentation for 0.1.1.0

polysemy-kvstore-jsonfile

Polysemy.JSONFileKVStore is an insane way to interpret a KVStore in polysemy, by running it as a single JSON file serialized as a Map.

Changes

Changelog for polysemy-kvstore-jsonfile

v0.1.0.0

  • Add interpreters for running a kvstore as a JSON file.