Dexie to query JavaScript arrays #1606
Unanswered
sherazakbar50
asked this question in
Q&A
Replies: 1 comment
-
You mean something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on an application in angular that is making great use of IndexedDb via dexie. I am in love with dexie due to its support to query indexed db stores in a sql like way. My question is can we use WhereClause of dexie with simple javascript arrays along with indexeddb stores? What i meant is
[{Id:1,test:"ABC"},{Id:2,test:"XYZ"}].where("test").equals('ABC').toArray()
Beta Was this translation helpful? Give feedback.
All reactions