Reputation: 1
Using Visual Studio 2019 Xamarin Forms 4.2 .Net Standard 2.0 Framework
I am working on a Xamarin Forms project in which I am using Akavache to do some caching of the data which works fine, but I also would like to use the same database that Akavache creates to save some data to my own table. Could someone please direct me to some code that can shows me how to do this? I want have a table created based on a class model that I can preform CRUD operations on.
Thanks, Kai
Upvotes: 0
Views: 220