kyotocabinet-0.1.4: Mid level bindings to Kyoto Cabinet

Safe HaskellNone
LanguageHaskell98

Database.KyotoCabinet.DB.Dir

Description

Directory hash database.

Respective files stored in a directory of the file system.

  • Persistence: persistent
  • Algorithm: undefined
  • Complexity: undefined
  • Sequence: undefined
  • Lock unit: record (rwlock)

Synopsis

Documentation

data Dir Source #

Instances

WithDB Dir Source # 

Methods

getDB :: Dir -> DB Source #

data Compressor Source #

Compression algorithm used. DEFLATE is the default one.

Constructors

Zlib

The raw zlib compressor

DEFLATE

zlib deflate compressor

Gz

zlib gzip compressor

LZO

LZO compressor

LZMA

LZMA compressor

Arc

Arcfour cipher

data Options Source #

General tuning options

Constructors

Compress

Enable compression of the keys and the values