haskelldb-flat

An experimental HaskellDB back-end in pure Haskell (no SQL)

https://github.com/m4dc4p/haskelldb

Latest on Hackage:1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Bjorn Bringert
Maintained by Maintainer: [email protected]

This is a very experimental HaskellDB back-end which is written in pure Haskell and doesn't use SQL. It stores the database in a file. Using this with concurrent writes leads to data loss. This back-end does not support transactions.