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, path, polysemy, polysemy-zoo, rio, 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-fskvstore
Uploaded by locallycompact at 2020-10-30T15:43:09Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 430 total (18 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-fskvstore-0.1.0.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.