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.Binary

Description

Instances and helpers to derive MdbxItem for Binary instances.

Synopsis

Documentation

newtype MdbxItemBinary a Source #

Helper type to derive MdbxItem instances for types implementing Binary using the newtype deriving trick.

Constructors

MdbxItemBinary 

Fields

Instances

Instances details
Binary a => MdbxItem (MdbxItemBinary a) Source # 
Instance details

Defined in Mdbx.Binary

Orphan instances