I am using SQLite.Net-PCL (trying to) in my WPF application.
I am stuck trying to make a connection.
I have this:
var connector = new SQLiteConnection(S, "My_DB_Path");
where 'S' is of type:
SQLite.Net.Interop.ISQLitePlatform
But how do I make this setting - confused...