direct-rocksdb: Bindings to RocksDB.

[ bsd3, database, library ] [ Propose Tags ]
This version is deprecated.

Modules

[Last Documentation]

  • Database
    • RocksDB
      • Database.RocksDB.DB
      • Database.RocksDB.Exceptions
      • Database.RocksDB.Internals
      • Database.RocksDB.Options
      • Database.RocksDB.ReadOptions
      • Database.RocksDB.Utils
      • Database.RocksDB.WriteOptions

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3 (info)
Change log CHANGELOG.md
Dependencies base (>=4.10 && <5), bytestring, safe-exceptions [details]
License BSD-3-Clause
Copyright (c) 2017 Shao Cheng
Author
Maintainer Shao Cheng <astrohavoc@gmail.com>
Category Database
Home page https://github.com/TerrorJack/direct-rocksdb#readme
Bug tracker https://github.com/TerrorJack/direct-rocksdb/issues
Source repo head: git clone https://github.com/TerrorJack/direct-rocksdb
Uploaded by terrorjack at 2017-11-08T09:44:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1987 total (10 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 2017-11-08 [all 3 reports]

Readme for direct-rocksdb-0.0.2

[back to package description]

direct-rocksdb

CircleCI AppVeyor

Bindings to RocksDB.

Dependencies

This package builds RocksDB in place and doesn't link with system-wide RocksDB. Requires:

Windows support

Not working at the moment (builds but crashes when built with mingw-w64 toolchain). May switch to MSVC to fix it.