Vincent Weevers
Vincent Weevers
Per the feature request of https://github.com/Level/community/issues/106. Will add two methods: ```js await db.put('love', 'u') await db.has('love') // true await db.hasMany(['love', 'hate']) // [true, false] ``` Tasks: - [x] `level-supports` (6.2.0):...
Adds support of two methods: ```js await db.put('love', 'u') await db.has('love') // true await db.hasMany(['love', 'hate']) // [true, false] ``` Ref: https://github.com/Level/community/issues/142
Closes: #70