delta-store: Facilities for storing a Haskell value, using delta types.

[ apache, data-structures, library ] [ Propose Tags ] [ Report a vulnerability ]

This package provides facilities for storing Haskell values in persistent storage as opposed to in volatile memory.

  • Data.Store — store values outside of volatile memory (RAM).

  • Data.DBVar — mutable variable that mirrors its value in a Store.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
release

Enable optimization and `-Werror`

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5), delta-types (>=1.0.0.0 && <1.1), io-classes (>=1.4.0.0 && <1.8), QuickCheck (>=2.14 && <2.16), transformers (>=0.6.1.0 && <0.7) [details]
Tested with ghc ==8.10.7 || ==9.6.6 || ==9.10.1
License Apache-2.0
Copyright 2021-2023 IOHK, 2024-2025 Cardano Foundation
Author Cardano Foundation (High Assurance Lab)
Maintainer hal@cardanofoundation.org
Category Data Structures
Home page https://github.com/cardano-foundation/delta-types
Uploaded by HeinrichApfelmus at 2025-03-27T16:14:31Z
Distributions
Downloads 5 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-03-27 [all 1 reports]

Readme for delta-store-1.0.0.0

[back to package description]

Overview

This package provides facilities for storing Haskell values in persistent storage as opposed to in volatile memory. Uses delta-types.