samuk190 / localbase

A Firebase-Style Database ... Offline!
636 stars 84 forks source link

Key search #59

Closed Velmoren closed 3 months ago

Velmoren commented 2 years ago

Is there some simple way to check if a specific key exists in indexedDB? Not enumerating all the available ones, but checking a specific key. Method returning true / false?

samuk190 commented 3 months ago

check if collection filtering works for you, please make another issue if you still have question.