BSD-3-Clause licensed by Kim Altintop et.al. (see AUTHORS file)
Maintained by [email protected]
This version can be pinned in stack with:leveldb-haskell-0.6.5@sha256:398e1f8b036011fd95985609c866191eb8ad4ef76358efce2a993ee051b64865,4677

Module documentation for 0.6.5

  • Data
    • Data.Stream
      • Data.Stream.Monadic
  • Database
    • Database.LevelDB
      • Database.LevelDB.Base
      • Database.LevelDB.C
      • Database.LevelDB.Internal
      • Database.LevelDB.Iterator
      • Database.LevelDB.MonadResource
      • Database.LevelDB.Streaming
      • Database.LevelDB.Types

This library provides Haskell bindings to LevelDB

Build Status

Installation

Prerequisites:

Note: as of version 1.3, LevelDB can be built as a shared library. Thus, as of version 0.1.0 of this library, LevelDB is no longer bundled and must be installed on the target system.

To install the latest version from hackage:

$ cabal install leveldb-haskell

To install from checked-out source:

$ cabal install

Notes

This library is in very early stage and has seen very limited testing. Comments and contributions are welcome.

Bugs and Contributing

Please report issues via http://github.com/kim/leveldb-haskell/issues. Patches are best submitted as pull requests, or via email ([email protected]).

License

BSD 3, see LICENSE file.