Database.LevelDB.Higher

Introduction

Basic types

type Key

type Value

type Item

type KeySpace

type KeySpaceId

Basic operations

get

put

delete

Batch operations

runBatch

putB

deleteB

Scans

scan

data ScanQuery a b

queryItems

queryList

queryBegins

queryCount

Context modifiers

withKeySpace

withOptions

withSnapshot

forkLevelDB

Monadic Types and Operations

class MonadLevelDB m

data LevelDBT m a

type LevelDB a

mapLevelDBT

runLevelDB

runLevelDB'

runCreateLevelDB

Re-exports

runResourceT

data Options

data ReadOptions

data WriteOptions

type RWOptions

type WriteBatch

def

class MonadUnsafeIO m

class MonadThrow m

type MonadResourceBase m