@hackage / haskelldb-flat

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

Latest1.0.1

About

Metadata

  • Last updated , by JustinBailey
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: Maintainer: haskelldb-users@lists.sourceforge.net

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    split-base (on by default)

Readme

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.