level
level copied to clipboard
Universal abstract-level database for Node.js and browsers.
@Level/core hey folks, @mikeal suggested recently that a NodeUp looking back on the level* ecosystem would be pretty interesting, and I agree, so I'd like to host one! My thinking...
When I go through the keys and values: ` for await (const [key, value] of db.iterator()) { } ` I get keys like: _file://addresses In bytes: [95, 102, 105, 108,...
ESM support is required these days in most projects. Would be great to have ESM support. Right now using stuff like `__dirname` blocks usages of these packages in ESM modules.
I want to directly retrieve all sublevels through the Level API, but I couldn't find any relevant APIs. Instead of using a method that involves reading all keys and looping...
level version: 6.0.1 node version: v14.21.3 Error: `No native build was found for platform=darwin arch=arm64 runtime=node abi=83 uv=1 armv=8 libc=glibc`
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.17.1 to 20.4.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I have a telegram bot that save users in leveldb. But now i need separate command that will send message or all users from DB. And i can't open db...
When I perform the put operation, the minor compactionwill be triggered.The data in memtable will be persisted to an .ldb file.Please tell me how I can solve this problem,thank you...
Bumps [@voxpelli/tsconfig](https://github.com/voxpelli/tsconfig) from 4.2.0 to 6.1.0. Release notes Sourced from @voxpelli/tsconfig's releases. v6.1.0 Add legacy preset 7f3f0a7 https://github.com/voxpelli/tsconfig/compare/v6.0.0...v6.1.0 v6.0.0 Update Typescript to 4.9.3 0ee59cf https://github.com/voxpelli/tsconfig/compare/v5.0.1...v6.0.0 v5.0.1 Actually drop Node 12...
I have a little [NodeJS app](https://github.com/lucassilvas1/chromium-notification-retriever) that reads notification LevelDB databases of Chromium browsers. To do that, since it only needs read access, I copy the database to the project...