, , Frank Krueger nuget PCL. PCL . SQLite-Net Extensions, SQLite.Net nuget .
SQLite-Net . , , , , Frank SQLite.
#if USING_MVVMCROSS
using SQLiteConnection = Cirrious.MvvmCross.Community.Plugins.Sqlite.ISQLiteConnection;
#elif PCL
using SQLite.Net;
using SQLite.Net.Attributes;
#else
using SQLite;
#endif
, .
However, I would recommend that you stick with it SQLite-Net PCL, as it is actively supported and is currently being developed with a large number of functions (for example, asynchronous operations).
source
share