What are your thoughts on async in Microsoft.Data.Sqlite.Core? I think the following advice is still relevant:
https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/async
It would be difficult to remove the public Async method signatures on SqliteCache, but perhaps the underlying database operations could be changed to use sync methods and so minimize the async overhead. It's only a very minor consideration.
What are your thoughts on async in Microsoft.Data.Sqlite.Core? I think the following advice is still relevant:
https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/async
It would be difficult to remove the public Async method signatures on SqliteCache, but perhaps the underlying database operations could be changed to use sync methods and so minimize the async overhead. It's only a very minor consideration.