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

Streamly.External.LMDB.Internal.Foreign

Synopsis

Documentation

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

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

Use a nullable CString.