System.Data.SQLite vs Microsoft.Data.Sqlite
An advantage of System.Data.SQLite is that it is developed by the SQLite team who have stated a long-term commitment to keeping it supported. An advantage of Microsoft.Data.Sqlite is that it is developed by Microsoft and can be assumed to be well tested with Entitity Framework, .NET Core etc. I chose System.Data.SQLite for my project, one … Read more