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

[ library, mit, polysemy ] [ Propose Tags ]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 (>=1.0 && <1.6), base (>=4.7 && <4.16), containers (>=0.5 && <0.7), exceptions (>=0.10.0 && <0.11), extra (>=1.0 && <1.8), path (>=0.7 && <0.10), polysemy (>=1.3.0.0 && <1.7), polysemy-kvstore (>=0.1.2.0 && <0.2), unliftio-path (>=0.0.2.0 && <0.1) [details]
License MIT
Copyright 2020 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Revised Revision 1 made by locallycompact at 2021-08-06T19:46:37Z
Category Polysemy
Source repo head: git clone https://gitlab.homotopic.tech/haskell/polysemy-kvstore-jsonfile
Uploaded by locallycompact at 2021-07-18T10:16:40Z
Distributions
Downloads 303 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-07-18 [all 1 reports]

Readme for polysemy-kvstore-jsonfile-0.1.1.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.