streamly-lmdb-0.2.0: Stream data to or from LMDB databases using the streamly library.
Safe HaskellSafe
LanguageHaskell2010

Streamly.External.LMDB.Internal.Foreign

Synopsis

Documentation

data MDB_val Source #

Constructors

MDB_val 

Fields

Instances

Instances details
Storable MDB_val Source # 
Instance details

Defined in Streamly.External.LMDB.Internal.Foreign

throwLMDBErrNum :: String -> CInt -> IO noReturn Source #

withCStringMaybe :: Maybe String -> (CString -> IO a) -> IO a Source #

Use a nullable CString.