rocksdb-haskell-1.0.1: Haskell bindings to RocksDB
Copyright(c) 2012-2013 The leveldb-haskell Authors
(c) 2014 The rocksdb-haskell Authors
LicenseBSD3
Maintainer[email protected]
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Database.RocksDB.Internal

Contents

Description

 
Synopsis

Types

data DB Source #

Database handle

Constructors

DB RocksDBPtr Options' 

Instances

Instances details
Eq DB Source # 
Instance details

Defined in Database.RocksDB.Internal

Methods

(==) :: DB -> DB -> Bool #

(/=) :: DB -> DB -> Bool #

data Comparator' Source #

Internal representation of a Comparator

data FilterPolicy' Source #

Internal representation of a FilterPolicy

data Options' Source #

Internal representation of the Options

Constructors

Options' 

Smart constructors and deconstructors

combinators

Utilities

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

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