8000 Implement `has()` and `hasMany()` by vweevers · Pull Request #18 · Level/memory-level · GitHub
[go: up one dir, main page]

Skip to content

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.

2 participants

0