Skip to content

Unofficial implementation of RocksDB plugin in Typescript/Javascript

License

Notifications You must be signed in to change notification settings

greycat-incubator/RocksDB-JS

Repository files navigation

RocksDB-JS

Build Status

Unofficial implementation of GreyCat RocksDB plugin in Typescript/Javascript.

The plugin can be used exactly as the Java version. The version is also compatible with the Java version: a database crated with the Java plugin can be accessed by the JS plugin and vice versa.

We use the Level Rocksdb wrapper.

Dependencies

How to install

Compiling by yourselfves

  • git clone
  • npm install
  • tsc
  • enjoy :)

To test (Maven should be installed on your computer):

  • npm test

Npm

  • npm install greycatincub-level

Todo

  • [] LevelDB plugin

How to use it

TBD

About

Unofficial implementation of RocksDB plugin in Typescript/Javascript

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published