polysemy-fskvstore: Run a KVStore as a filesystem in polysemy.

[ library, mit, polysemy ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

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, 0.1.2.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.9 && <0.12), path (>=0.7.0 && <0.10), polysemy (>=1.4.0.0 && <1.8), polysemy-kvstore (>=0.1.2.0 && <0.2), rio (>=0.1.0.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
Category Polysemy
Source repo head: git clone https://gitlab.homotopic.tech/haskell/polysemy-fskvstore
Uploaded by locallycompact at 2022-12-17T12:03:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 419 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 2022-12-17 [all 1 reports]

Readme for polysemy-fskvstore-0.1.2.0

[back to package description]

polysemy-fskvstore

This package provides interpreters to run a filesystem as a KVStore in polysemy, using a Path b File as the key and either a UTF8 Text or a ByteString as the value.