| CARVIEW |
rocksdb-haskell: Haskell bindings to RocksDB
From https://rocksdb.org:
RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads.
RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores, to efficiently use fast storage, to support IO-bound, in-memory and write-once workloads, and to be flexible to allow for innovation.
[Skip to Readme]
Modules
- Database
- Database.RocksDB
- Database.RocksDB.Base
- Database.RocksDB.C
- Database.RocksDB.Internal
- Database.RocksDB.Iterator
- Database.RocksDB.Types
- Database.RocksDB
Downloads
- rocksdb-haskell-1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0, 1.0.0, 1.0.1 |
|---|---|
| Dependencies | base (>=3 && <5), binary, bytestring, data-default, directory, filepath, resourcet (>0.3.2), transformers [details] |
| Tested with | ghc ==8.0.1 |
| License | BSD-3-Clause |
| Copyright | Copyright (c) 2012-2014 The leveldb-haskell Authors, Copyright (c) 2014 The rocksdb-haskell Authors |
| Author | Kim Altintop, Alexander Thiemann et.al. (see AUTHORS file) |
| Maintainer | Serokell <hi@serokell.io> |
| Uploaded | by gromak at 2017-12-03T13:15:11Z |
| Category | Database, FFI |
| Home page | https://github.com/serokell/rocksdb-haskell |
| Bug tracker | https://github.com/serokell/rocksdb-haskell/issues |
| Source repo | head: git clone git://github.com/serokell/rocksdb-haskell.git |
| Distributions | LTSHaskell:1.0.1, NixOS:1.0.1, Stackage:1.0.1 |
| Reverse Dependencies | 6 direct, 1 indirect [details] |
| Downloads | 7492 total (6 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] All reported builds failed as of 2025-12-03 [all 5 reports] |
Readme for rocksdb-haskell-1.0.1
[back to package description]This library provides Haskell bindings to RocksDB
History
Version 0.1.0:
- initial release of this fork.
Installation
Prerequisites:
To install the latest version from hackage:
$ cabal install rocksdb-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 https://github.com/serokell/rocksdb-haskell/issues.<br /> Patches are best submitted as pull requests.
License
BSD 3, see LICENSE file.