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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Implement has() and hasMany() #96

wants to merge 1 commit into from

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
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: Review
Development

Successfully merging this pull request may close these issues.

1 participant