polysemy-kvstore-jsonfile: Run a KVStore as a single json file in polysemy.

[ library, mit, polysemy ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), containers, exceptions, extra, path, polysemy, polysemy-zoo, unliftio-path [details]
License MIT
Copyright 2020 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Category Polysemy
Source repo head: git clone https://gitlab.com/homotopic-tech/polysemy-kvstore-jsonfile
Uploaded by locallycompact at 2020-10-30T19:20:38Z
Distributions
Downloads 314 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-10-30 [all 1 reports]

Readme for polysemy-kvstore-jsonfile-0.1.0.0

[back to package description]

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.