greycatincub-level
v1.2.0
Published
Unofficial RocksDB/LevelDB storage plugin for GreyCat
Downloads
2
Readme
RocksDB-JS
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
- GreyCat, v.10.7
- LevelUp, v2.0.2
- Level-RocksDB, v2.0.0
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