This repository contains Haskell libraries related to delta types.
For an introduction, watch
- Apfelmus, H. (2023). Delta encodings help separate business logic from database operations. Bobkonf 2023, Berlin.
This repository is structured as follows:
lib/
delta-types/
— Basic concepts related to delta types.delta-store/
— Storing data on disk using delta types.
Prerequisites:
- Haskell toolchain with
cabal
andghc
.
To build the packages, use
cabal build all
To run the tests for the packages, use
cabal test all
See CONTRIBUTING.md.
- Finalize and release packages on Hackage