Skip to content

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
vweevers added a commit that referenced this pull request Feb 2, 2025
Follow-up to #96. I forgot to document the private API.

Category: addition
vweevers added a commit that referenced this pull request Feb 2, 2025
Follow-up to #96. I forgot to document the private API.

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

Successfully merging this pull request may close these issues.

1 participant