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

Implement has() and hasMany() #96

Merged
merged 1 commit into from
Dec 29, 2024
Merged

Implement has() and hasMany() #96

merged 1 commit into from
Dec 29, 2024

Conversation

vweevers
Copy link
Member

Adds two methods:

await db.put('love', 'u')
await db.has('love') // true
await db.hasMany(['love', 'hate']) // [true, false]

Ref: Level/community#142

@vweevers vweevers added enhancement New feature or request semver-minor New features that are backward compatible labels Dec 27, 2024
Adds two methods:

```js
await db.put('love', 'u')
await db.has('love') // true
await db.hasMany(['love', 'hate']) // [true, false]
```

Ref: Level/community#142
Category: addition
@vweevers vweevers merged commit 6684039 into main Dec 29, 2024
10 checks passed
@vweevers vweevers deleted the has branch December 29, 2024 14:21
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
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant