2018-09-04 23:02:57 -06:00
2018-01-27 11:34:54 +01:00
2018-07-04 14:41:03 +03:00
2018-01-27 11:34:54 +01:00
2018-01-27 11:34:54 +01:00
2018-06-25 15:59:23 +03:00
2018-09-04 23:02:57 -06:00
2018-08-16 09:13:13 -06:00
2018-07-04 14:09:03 +02:00

Nim-RocksDB

Build Status (Travis) Windows build status (Appveyor) License: Apache License: MIT Stability: experimental

A Nim wrapper for Facebook's RocksDB, a persistent key-value store for Flash and RAM Storage.

Current status

Nim-RocksDB currently provides a wrapper for the low-level functions of RocksDB

Usage

See simple_example

Future directions

In the future, Nim-RocksDB might provide a high-level API that:

  • is more in line with Nim conventions (types in CamelCase),
  • automatically checks for errors,
  • leverage Nim features like destructors for automatic resource cleanup.

Contribution

Any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

License

Licensed under both of the following:

Description
Nim wrapper for RocksDB, a persistent key-value store for Flash and RAM Storage.
Readme
Languages
Nim 66.3%
C 31.7%
Shell 1.7%
CMake 0.2%