Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add db.getMany(keys) #725

Merged
merged 2 commits into from
Oct 1, 2021
Merged

Add db.getMany(keys) #725

merged 2 commits into from
Oct 1, 2021

Conversation

vweevers
Copy link
Member

@vweevers vweevers commented Sep 25, 2021

@vweevers vweevers added enhancement New feature or request semver-minor New features that are backward compatible labels Sep 25, 2021
const db = testCommon.factory()

fn(t, db, function (err) {
t.ifError(err, 'no test error')
db.close(t.end.bind(t))
})

// we should still be in a state of limbo down here, not opened or closed, but 'new'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, behavior didn't change here. The comment was just outdated / incorrect.

@vweevers

This comment has been minimized.

@vweevers vweevers marked this pull request as draft September 29, 2021 08:42
As well as the encoding-down and memdown devDependencies.

Adds `db.status` and `db.isOperational()` for API parity.

Ref Level/deferred-leveldown#90
@vweevers vweevers merged commit 2226bba into master Oct 1, 2021
vweevers added a commit to Level/subleveldown that referenced this pull request Oct 1, 2021
@vweevers vweevers deleted the get-many branch October 1, 2021 13:28
vweevers added a commit to Level/subleveldown that referenced this pull request Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request semver-minor New features that are backward compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Batch get option
2 participants