1.2.0 • Published 7 years ago

greycatincub-level v1.2.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

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

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago