[UWP] SQLite.UWP.Native

BitSmithy 2,141 Reputation points
2020-03-06T12:40:08.687+00:00

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

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Xiaodi Yan 876 Reputation points MVP
    2020-03-06T20:04:42.797+00:00

    You can use Microsoft.EntityFrameworkCore.Sqlite to operate SQLite for UWP Apps.

    Install-Package Microsoft.EntityFrameworkCore.Sqlite

    FYI:

    https://learn.microsoft.com/en-us/ef/core/get-started/?tabs=netcore-cli

    https://learn.microsoft.com/en-us/ef/core/providers/sqlite/limitations

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.