p32929 / EasiestSqlLibrary

The Easiest and Laziest approach to Android SQL Database
MIT License
38 stars 7 forks source link

request #4

Closed ghaizar closed 2 years ago

ghaizar commented 2 years ago

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

p32929 commented 2 years ago

Sure. I'll do that. Thanks for your feedback.

ghaizar commented 2 years ago

Cursor cursor = easiestDB.searchValuesInMultipleColumns(1, new Datum(1, "Value1"), new Datum(2, "Value2") ); boolean matched = cursor.getCount() > 0;

its say where = ? AND ?

p32929 commented 2 years ago

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