libmdbx-0.2.1.1: 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

Bindings for libmdbx, a high-performance, in-process, key-value store.

This is the module most applications should import.

See the Mdbx.Types module for details on how to make your data types work with libmdbx. It is recommended to use a serialization library such as binary to simplify this task.

For the high level API, see the Mdbx.Database module.

For the low level API, or if you want to use cursors, see Mdbx.API.

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

Documentation

module Mdbx.API

module Mdbx.Store

module Mdbx.Types