We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JavasScript is case sensitive, so is the IndexedDB. You can use option - 'IgnoreCase' to filter records with case insensitive.
e.g -
SELECT * FROM Customers where Country='meXico' ignoreCase
Note :- Table name should be As it is saved. IgnoreCase wont work for table name
There was an error while loading. Please reload this page.