expo-sqlite-orm
expo-sqlite-orm copied to clipboard
How to run WHERE with OR
Need to run OR WHERE condition but looks like it is not supported yet.
I need to find the records as per below:
SELECT * FROM table_name WHERE title = 'test' or field like 'test%'
Any suggestion on this?
You can exec a sql manually for while.
https://github.com/dflourusso/expo-sqlite-orm#how-to-exec-a-sql-manually