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

Abstract class for a lexicographically sorted key-value database.

Results 17 abstract-level issues
Sort by recently updated
recently updated
newest added

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...

dependencies
javascript

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...

dependencies
github_actions

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...

bug
pull request welcome

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...

question
more information needed

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...

question

Is there a list of available `abstract-level` backends anywhere? (similar to the list of [leveldown stores](https://github.com/Level/awesome#stores))

documentation
question

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...