Skip to content

aSemy/kotlin-on-the-rocksdb

Repository files navigation

Kotlin/Native bindings for RocksDB.

Kotlin/Native targets:

  • macOS
  • Linux

Support for Windows is possible, but requires further work. See #2.

Status

Very early prototype.

Bindings are generated from the RocksDB C API, which has some limitations.

Using the C bindings potentially allows for targeting Windows, Linux, and MacOS.

Building

Building requires that the following libraries are installed.

  • rocksdb
  • bz2
  • lz4
  • snappy
  • zlib
  • zstd

Releases

No releases published

Languages