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.
- GreyCat, v.10.7
- LevelUp, v2.0.2
- Level-RocksDB, v2.0.0
- git clone
- npm install
- tsc
- enjoy :)
To test (Maven should be installed on your computer):
- npm test
- npm install greycatincub-level
- [] LevelDB plugin
TBD