SQLite Forum

Which one - System.Data.SQLite or Microsoft.Data.SQLite
Login
Thanks.
I've started separate projects with each package and

SELECT SQLITE_VERSION();

confirms your statement relating to the respective version of SQLite in use by each package. Also, I have looked at the comparison.

System.Data.SQLite seems to have a smaller footprint than Microsoft.Data.SQLite.

Is there any difference in the SQL dialect of these packages?