Reputation: 533
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
Reputation: 827
I've been sucessfully using sqlite-net-standard package in a Xamarin.Forms project targeting .NET Standard 2.0 framework.
Upvotes: 2