I'm using Visual Studio 2017, in UWP project. I installed SQLite Compact Toolbox from NuGet package like this:
- Microsoft.Data.sqlite / sqlite-net / sqlite-net-pcl / System.Data.SQLite
After that, I still can't add using Microsoft.Data.Sqlite
in MainPage.xaml.cs to read values in my table and make a query.
How can I be able to add using Microsoft.Data.Sqlite
?