Xamarin Forms : SQLite Local Database
This section shows how to add the SQLite.Net NuGet packages to a Xamarin.Forms solution, write methods to perform database operations, and use the DependencyService to determine a location to store the database on each platform. 1. Install “SQLite.Net-PCL” package using nuget package manager. Install in all projects in solution. 2. Create