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() #18

Merged
merged 1 commit into from
Jan 5, 2025
Merged

Implement has() and hasMany() #18

merged 1 commit into from
Jan 5, 2025

Conversation

vweevers
Copy link
Member

@vweevers vweevers commented Jan 5, 2025

Adds support of two methods:

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

Ref: Level/community#142

Adds support of 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 added the enhancement New feature or request label Jan 5, 2025
@vweevers vweevers merged commit fbad527 into main Jan 5, 2025
8 checks passed
@vweevers vweevers deleted the has branch January 5, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant