Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 918 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 918 Bytes

Overview

This repository contains Haskell libraries related to delta types.

For an introduction, watch

  1. Apfelmus, H. (2023). Delta encodings help separate business logic from database operations. Bobkonf 2023, Berlin.

Contents

This repository is structured as follows:

  • lib/
    • delta-types/ — Basic concepts related to delta types.
    • delta-store/ — Storing data on disk using delta types.

QuickStart

Prerequisites:

To build the packages, use

cabal build all

To run the tests for the packages, use

cabal test all

Contributors

See CONTRIBUTING.md.

Roadmap

  • Finalize and release packages on Hackage