polysemy-fskvstore

Run a KVStore as a filesystem in polysemy.

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.2.0@sha256:87fb393a61549802b20df7daff8651bb6f5a1c7f300288324b9c1e871ea125d1,1178

Module documentation for 0.1.2.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.2.0

  • Explicit import lists.

v0.1.1.0

  • Fix inlining.

v0.1.0.0

  • Add interpreters for running a kvstore as a filesystem.