rocksdb icon indicating copy to clipboard operation
rocksdb copied to clipboard

Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.

Results 22 rocksdb issues
Sort by recently updated
recently updated
newest added

```js const rocksdb = require("rocksdb") const path = require("path") rocksdb(path.resolve(__dirname, '中文')).open(function (res) { debugger }) ``` ``` IO error: Failed to create dir: G:\GitHub\pouchdown-chinese-test\中文: Invalid argument ``` Mac works fine,...

bug
help wanted

Hi I try to run a project that uses RocksDB on FreeBSD 12. I got this error when running npm install: ``` $ npm install [email protected] > [email protected] install /usr/home/obyte/headless-obyte/node_modules/rocksdb...

bug
help wanted

As suggested by @lu4 in https://github.com/Level/rocksdb/pull/143#issuecomment-536828796: > What I've also found that significant performance improvements are obtainable from using concurrent builds i.e. `node-gyp -j 16 rebuild` build option. So I...

maintenance

# Problem 4 unit tests fail when running as the root user on Ubuntu 20.04. This may be acceptable, but it may be helpful to document this. Excerpt of the...

Bumps [electron](https://github.com/electron/electron) from 19.0.15 to 20.1.1. Release notes Sourced from electron's releases. electron v20.1.1 Release Notes for v20.1.1 Fixes Fixed a bug where calling atob in the renderer process could...

dependencies
javascript

Addresses #188. I tested using a personal fork to ensure the build succeeded—you can see the output from a successful run [here](https://github.com/sds/rocksdb/actions/runs/4081662959/jobs/7035252039). ARM is a common developer platform, especially if...

Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.0. Changelog Sourced from rimraf's changelog. 5.0 No default export, only named exports 4.4 Provide Dirent or Stats object as second argument to filter 4.3...

dependencies
javascript

Bumps [electron](https://github.com/electron/electron) from 19.1.9 to 24.1.3. Release notes Sourced from electron's releases. electron v24.1.3 Release Notes for v24.1.3 Fixes Fixed broken defaults in shell.openExternal() options. #38072 (Also in 22, 23,...

dependencies
javascript

Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 10.2.2. Changelog Sourced from glob's changelog. changeglob 10.2.0 Add glob cli 10.1.0 Return '.' instead of the empty string '' when the current working directory...

dependencies
javascript

Bumps [faucet](https://github.com/substack/faucet) from 0.0.1 to 0.0.4. Changelog Sourced from faucet's changelog. v0.0.4 - 2023-02-04 Commits [Deps] update array.prototype.foreach, array.prototype.join, array.prototype.map, array.prototype.push, array.prototype.slice, string.prototype.split, string.prototype.split, tape 84d8f72 [actions] update checkout action...

dependencies
javascript