ja73
ja73

Reputation: 533

how to create Xamarin.Forms applications with .Net Standard 2.0 libs and SQLite?

I have visual studio 2017 I am trying to create an application in xamarin forms, which stores data in a sqlite database. all the examples I find are using sqlite.net-pcl, which is no longer compatible with the new netStandard 2.0 libraries, anyone has an example, or know that sqlite libraries I can download from nuget to create a compatible application with NetStandard 2.0 thank you very much .

Upvotes: 0

Views: 798

Answers (1)

Douglas Gandini
Douglas Gandini

Reputation: 827

I've been sucessfully using sqlite-net-standard package in a Xamarin.Forms project targeting .NET Standard 2.0 framework.

Upvotes: 2

Related Questions