Is it possible to use pure functionality of sqlite-net-pcl and Akavache using it in same project?

80 Views Asked by At

In Akavache docs said that it's powered by SQLite. And from what I heard Akavache is quite nice tool for the key-value storage and sometimes you just don't want to store some cached data into SQL.

Also, usually in mobile apps you also require some data stored in SQL-manner.

In that case it requires two db approaches to be used through the app: SQL and Non-SQL. So, as long as Akavache is still based on SQLite, is there any way to use both: SQLite and Akavache, which uses the sam SQLite (files)?

This is referred in context of Xamarin .NET Standard projects.

Any hints?

0

There are 0 best solutions below