polysemy-fskvstore

Run a KVStore as a filesystem in polysemy.

Version on this page:0.1.1.0
LTS Haskell 19.33:0.1.1.0
Stackage Nightly 2023-04-24:0.1.2.0
Latest on Hackage:0.1.2.0

See all snapshots polysemy-fskvstore appears in

MIT licensed by Daniel Firth
Maintained by [email protected]
This version can be pinned in stack with:polysemy-fskvstore-0.1.1.0@sha256:6c94cae778d5f7bfe3163065c0c5f1ac3fab74421ca520beb8eac11c7b7e9eb4,1005

Module documentation for 0.1.1.0

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.

Changes

Changelog for polysemy-fskvstore

v0.1.1.0

  • Fix inlining.

v0.1.0.0

  • Add interpreters for running a kvstore as a filesystem.