-
-
Notifications
You must be signed in to change notification settings - Fork 641
WhereClause.startsWith()
David Fahlander edited this page Nov 25, 2016
·
4 revisions
table.where(indexOrPrimKey).startsWith(prefix)
indexOrPrimKey: String | Name of an index or primary key registered in Version.stores() |
prefix | Prefix to check for. Must be a string |
Dexie.js - minimalistic and bullet proof indexedDB library