- Home /
mobile universal SQLite connection
Hello,
Since now I use System.Data and Mono.Data.Sqlite for connecting with sqlite file. But after trying build project for android and ios I found info that this can't be done with System.Data. Is there some universal method (not writing plugins for ios,android or wp) to connect and operate on db?
Comment