level-rocksdb icon indicating copy to clipboard operation
level-rocksdb copied to clipboard

A convenience package bundling levelup and rocksdb.

Results 3 level-rocksdb issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

- I have tried to open a database of a blockchain using the usual way: `const db = level(path)`. - I got the following error, when I tried running the...