issues Search Results · repo:Level/subleveldown language:JavaScript
Filter by
55 results
(75 ms)55 results
inLevel/subleveldown (press backspace or delete to remove)Suppose I have a leveldb instance, but I want to get the sublevel that is nested 2 or 3 times deep. This seems like it
currently requires one to call subleveldown n-times, once for each sublevel, but it ...
CMCDragonkai
- 6
- Opened on Mar 17, 2022
- #112
I want to use raw buffers as my prefixes, because I have some complex sublevel work going on.
Can we make subleveldown support buffers?
That is raw buffers so that the resulting prefix will just be a ...
stale
CMCDragonkai
- 7
- Opened on Mar 16, 2022
- #111
I ve noticed in my codebase when creating the sublevel, internally this error Inner database is not open gets thrown.
It s immediately applied to the cb inside the _open.
When using subleveldown, the ...
stale
CMCDragonkai
- 2
- Opened on Jan 12, 2022
- #109
The readme example explaining how sub dbs are just regular levelup instances is a bit ambiguous, in that it also seems
to suggest that the createReadStream method is scoped to the sub:
var sub = require( ...
theprojectsomething
- 3
- Opened on Nov 1, 2020
- #94
i have some code that uses multileveldown with charwise. when i try to keyStream in parent of db ( have created with
subleveldown ) that cause err like this
events.js:298 throw er; // Unhandled error ...
question
giveerr
- 3
- Opened on Jun 6, 2020
- #92
Hi everyone, I ve been experimenting with Buffer keys and I found that when I run the next code, the createReadStream
gives me different results every time.
It should return result 10 every time but instead ...
bug
tinchoz49
- 10
- Opened on Feb 26, 2020
- #87
I ve not tested yet, but I m suspecting that clear on a parent sub doesn t empty any nested subs?
invalid
MeirionHughes
- 10
- Opened on Dec 17, 2019
- #85
To simplify the open/close handling on sublevels (and fix issues like #60) I propose the following.
1. Only accept a db that supports deferredOpen (currently that s only levelup, in the future also abstract-leveldown). ...
discussion
semver-major
vweevers
- 1
- Opened on Oct 20, 2019
- #84
In favor of the newer level-mem. I already planned to drop memdb; I m writing this because @bcomnes asked for some
context in https://github.com/hypermodules/level-hookdown/pull/29#issuecomment-541428277. ...
semver-major
vweevers
- Opened on Oct 13, 2019
- #83
https://github.com/Level/subleveldown/blob/3e8c1af0bf911800666a347a4178ebf802aeb70f/leveldown.js#L89-L96
The subdb.prefix here should not be needed, because at this point we ve already determined subdb ...
cleanup
semver-patch
vweevers
- 1
- Opened on Oct 8, 2019
- #82

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.