Steps:
make sure you have SQLite-net-pcl nuget installed.
I would create a separate SQLite data access class (optional)
instantiate the ISQliteDataAcces as a new SQliteDataAccess
4 methods available
GetAllData - This loads all data of a specific type into a List for use with Linq. SaveData - Saves a single of type T UpdateData - Updates an existing item of type DeleteData - Deletes an existing item of type
Possible Exceptions: No Elements Found Index Out Of Range Constraint