leveldb-haskell-0.3.0: Haskell bindings to LevelDB

Copyright(c) 2012-2013 The leveldb-haskell Authors
LicenseBSD3
Maintainerkim.altintop@gmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Database.LevelDB.Internal

Contents

Description

 

Synopsis

Types

data DB Source

Database handle

Constructors

DB LevelDBPtr Options' 

Instances

Eq DB 

data Comparator' Source

Internal representation of a Comparator

data FilterPolicy' Source

Internal representation of a FilterPolicy

data Options' Source

Internal representation of the Options

Smart constructors and deconstructors

combinators

Utilities

throwIfErr :: String -> (ErrPtr -> IO a) -> IO a Source

boolToNum :: Num b => Bool -> b Source