3.5.0 • Published 3 months ago

rocksdb-native v3.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

rocksdb-native

https://github.com/holepunchto/librocksdb bindings for JavaScript.

npm i rocksdb-native

Usage

const RocksDB = require('rocksdb-native')

const db = new RocksDB('./example.db')

const w = db.write()
w.put('hello', 'world')
await w.flush()

const r = db.read()
const p = r.get('hello')
r.flush()

console.log(await p)

License

Apache-2.0

2.6.3

7 months ago

3.4.0

3 months ago

3.3.1

3 months ago

3.1.3

5 months ago

3.3.0

3 months ago

3.2.1

3 months ago

3.1.2

5 months ago

3.2.0

3 months ago

3.1.1

5 months ago

3.0.2

5 months ago

3.1.0

5 months ago

3.0.1

5 months ago

3.1.6

4 months ago

3.1.5

4 months ago

3.5.0

3 months ago

3.4.1

3 months ago

3.1.4

4 months ago

2.6.5

7 months ago

2.6.4

7 months ago

2.6.7

6 months ago

2.6.6

6 months ago

3.0.0

6 months ago

2.6.9

6 months ago

2.6.8

6 months ago

2.5.0

9 months ago

2.4.1

9 months ago

2.4.0

9 months ago

2.6.1

8 months ago

2.4.3

9 months ago

2.6.0

9 months ago

2.4.2

9 months ago

2.6.2

8 months ago

2.4.4

9 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

2.3.0

10 months ago

2.2.0

12 months ago

2.3.1

10 months ago

0.1.1

1 year ago

2.1.0

12 months ago

2.0.0

12 months ago

0.1.0

1 year ago

0.0.1

2 years ago

0.0.2

2 years ago

0.0.0

2 years ago