Closed ghaizar closed 2 years ago
Sure. I'll do that. Thanks for your feedback.
Cursor cursor = easiestDB.searchValuesInMultipleColumns(1, new Datum(1, "Value1"), new Datum(2, "Value2") ); boolean matched = cursor.getCount() > 0;
its say where = ? AND ?
to be honest, I'm not really good at SQL. That's the reason why I created this library. So, if there's an error, feel free to explain a little bit. Would be very helpful in improving the library. thanks
thank for this library.. please add a code about
-reading db from local folder / assets -location where we can find the db. -how to save the entire database to local folder
thank you