kyotocabinet-0.1.4: Mid level bindings to Kyoto Cabinet

Safe HaskellNone
LanguageHaskell98

Database.KyotoCabinet.DB.Text

Description

Plain text database.

Plain text file handled as a database.

  • Persistence: persistent
  • Algorithm: plain text
  • Complexity: undefined
  • Sequence: stored order
  • Lock unit: record (rwlock)

Documentation

data Text Source #

Instances