.NET Development
SQLite and EF6 and Westwind.Data
Is it possible to use Westwind.Data with Sqlite. If it is is there a sample on how I could implement it. Thank you for your help.
The .NET Core version (Westwind.Data.EfCore) works with SQLite, but I don't remember if EF6 supported SQLite. It really depends what EF6 supports.
+++ Rick ---
I found System.Data.SQLite.EF6 ?