libmdbx-0.1.0.4: Bindings for libmdbx, an embedded key/value store
Copyright(c) 2021 Francisco Vallarino
LicenseBSD-3-Clause (see the LICENSE file)
Maintainerfjvallarino@gmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Mdbx

Description

Main module for libmdbx-hs. This is what most applications should import.

In case you only need to store, update and retrieve data, check the Mdbx.Database module.

You will also want to check Mdbx.Types in order to be able to store your data types. In general, you will also want to use a serialization library such as store or cereal.

If you want fine grained control or using cursors, check Mdbx.API.

The Mdbx.FFI (not exported by this module) provides direct, low level, bindings to libmdbx.

Documentation

module Mdbx.API

module Mdbx.Types