classic-level
classic-level copied to clipboard
An abstract-level database backed by LevelDB.
If we have to pass say `fillCache` and `asBuffer` options from JS to C++, it's faster to pass those as boolean arguments, rather than a `{ fillCache, asBuffer }` object....
Fixes: https://github.com/Level/classic-level/issues/93
Command run: ```yarn install ``` There are two issues: leveldb and snappy. Leveldb was solved by adding a riscv assembly macro for Atomic (will make a PR on it). Snappy...
Hello @vweevers, thank you for your work on these packages, it is much appreciated. I was curious about the status of the `v2` branch. I notice there was some work...
Add `undefined` as potential return type for the `get` and `getMany` methods. Fixes #116
The Typings is assuming that the return value of `get` is always of the type stored in the database. But in fact, if a key is not set, then the...
Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 11.0.1. Changelog Sourced from glob's changelog. changeglob 11.0 Drop support for node before v20 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add...
Adds support of two methods: ```js await db.put('love', 'u') await db.has('love') // true await db.hasMany(['love', 'hate']) // [true, false] ``` Ref: https://github.com/Level/community/issues/142
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 6.0.1. Changelog Sourced from rimraf's changelog. 6.0 Drop support for nodes before v20 Add --version to CLI 5.0 No default export, only named exports 4.4...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....