Hello,
I install from Nuget packages SQLite.UWP.Native, next i try to write declaration"
using SQLite.UWP.Native;
VS highlights this declaration as error.
What am I doing wrong? How to use this package in UWP
Hello,
I install from Nuget packages SQLite.UWP.Native, next i try to write declaration"
using SQLite.UWP.Native;
VS highlights this declaration as error.
What am I doing wrong? How to use this package in UWP
You can use Microsoft.EntityFrameworkCore.Sqlite to operate SQLite for UWP Apps.
Install-Package Microsoft.EntityFrameworkCore.Sqlite
FYI:
https://docs.microsoft.com/en-us/ef/core/get-started/?tabs=netcore-cli
https://docs.microsoft.com/en-us/ef/core/providers/sqlite/limitations
9 people are following this question.
How to write and read multiple types of data using Data Writer and Data Reader
Consuming UWP mail api from WPF Desktop Bridge App
Get Network usage information in UWP apps
How to Get/Set Cookies in Windows.Web.Http API
Switch the ListView Datatemplate from one data template to another data template?