I am trying to use a local SQLite database in my Xamarin application, I\'ve been following this tutorial: https://docs.microsoft.com/en-us/xamarin/get-started/tutorials/local-da
I do one sample about loading data from sqlite database, you download it from github, I have no issue, I use sqlite-net-pcl 1.6.258-beta version and xamarin.forms 3.4 version.
https://github.com/CherryBu/Sqlite-Listview
You cam also take a look the following article about detailed info:
https://www.c-sharpcorner.com/article/xamarin-forms-sqlite-database-crud-operations2/