persistent-stm: STM transactions involving persistent storage
While Haskell's STM monad allows you to execute code transactionally, it does not allow you to persist the state on disk. This package implements a persistent storage bridge that runs inside the already existing STM monad.
Downloads
- persistent-stm-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <4.17), binary (>=0.8 && <0.9), bytestring (>=0.10 && <0.12), containers (>=0.6 && <0.7), directory (>=1.3 && <1.4), extra (>=1.7 && <1.8), filelock (>=0.1 && <0.2), filepath (>=1.4 && <1.5), focus (>=1.0 && <1.1), stm (>=2.5 && <2.6), stm-containers (>=1.2 && <1.3) [details] |
Tested with | ghc ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.2 |
License | BSD-3-Clause |
Author | Chris Smith <cdsmith@gmail.com> |
Maintainer | Chris Smith <cdsmith@gmail.com> |
Category | Database |
Home page | https://github.com/cdsmith/persistent-stm |
Bug tracker | https://github.com/cdsmith/persistent-stm/issues |
Source repo | head: git clone git://github.com/cdsmith/persistent-stm.git |
Uploaded | by ChrisSmith at 2022-07-21T04:20:30Z |
Distributions | |
Downloads | 245 total (7 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-07-21 [all 1 reports] |