abstract-level
abstract-level copied to clipboard
Abstract class for a lexicographically sorted key-value database.
According to the typescript declarations the Promise overloads of `.all()` and `.nextv()` of `AbstractKeyIterator` return `Promise`. However they should return a promise to an array of type `K` (so `Promise`...
Bumps [@voxpelli/tsconfig](https://github.com/voxpelli/tsconfig) from 10.1.0 to 11.0.0. Release notes Sourced from @voxpelli/tsconfig's releases. v11.0.0 11.0.0 (2024-03-10) ⚠ BREAKING CHANGES update dependency typescript to ~5.4.2 (#30) Miscellaneous Chores update dependency typescript to...
Hello, I imported package `browser-level` and received the following error ``` ✘ [ERROR] Could not resolve "events" node_modules/abstract-level/abstract-level.js:5:33: 5 │ const { EventEmitter } = require('events') ╵ ~~~~~~~~ The package...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
I'm not sure if this would be a bug as its a new code-base afterall; but its certainly a deviation from the leveldown way, where this worked. ```js class CustomEncoding...
First off: Sorry for raising an issue! It's been hard to find a contact method **Abstract-Level has received dependency funding from [Optimism](https://github.com/ethereum-optimism), an Ethereum scaling solution**. As part of Optimism's...
i need help to fix levelgraph, see https://github.com/levelgraph/levelgraph/issues/197 according to https://github.com/Level/level/blob/master/UPGRADING.md#streams-have-moved i've tried to replace leveldb.createValueStream() with leveldb.values() but it does not work i've build a test for it https://github.com/scenaristeur/levelgraph/blob/master/test/persist-level/persist_properties_spec%20copy.js...
I am working on a redis level implementation where I need to know which part of the key parameter passed in to `_put()` is the sublevel prefix and what is...
Is there a list of available `abstract-level` backends anywhere? (similar to the list of [leveldown stores](https://github.com/Level/awesome#stores))
would it be possible to add an option when creating an `AbstractSublevel` (or just remove the requirement altogether) to allow for names with non-ASCII characters? it seems a bit odd...