leveldown icon indicating copy to clipboard operation
leveldown copied to clipboard

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

Results 14 leveldown issues
Sort by recently updated
recently updated
newest added

After successful building for months, we are hitting a new cross-compilation build error on multiple machines, while building leveldown-nodejs-mobile (and leveldown) as a native module across all Android architectures. ```...

Leveldb exposes a feature, called "Snapshots" that comes in handy to get consistent reads on a database. LevelDOWN makes use of snapshots to provide consistent ReadStreams. However, sometimes one needs...

enhancement
discussion

Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0. Release notes Sourced from standard's releases. v17.0.0 We're super excited to announce standard 17! This major release fully focuses on getting in sync with...

dependencies
javascript

Unable to build on a clean install of Catalina (10.15.7), using node v16.14.0, npm v8.5.0, python v3.9.10, and node-gyp v7.1.2. I get the same errors with different versions of node...

bug
pull request welcome

We don't set the LevelDB snapshot option for `database_->Get()`, so rather than reading from a snapshot created at the time that `db.get()` was called, it will read from an implicit...

bug

This just in on the LevelDB mailing list that I thought might be interesting for folks here. ---------------------------------- From: Victor Costan Hi everyone! For planning purposes, please know that the...

help wanted

Background here https://github.com/Level/leveldown/pull/446 and https://github.com/Level/leveldown/pull/447

maintenance

For a rainy day. See https://github.com/Level/leveldown/pull/540#issuecomment-445558350

test
semver-patch

I think there can some compelling reasons to offer synchronous versions of the leveldown functions (returning immediately without a callback, not disc sync). Sometimes synchronous can simply be easier to...

enhancement
discussion

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