I've got a .Net Core appl and am using the System.Data.SQLite.dll package to connect to a SQLite DB. I'm trying to encrypt the database with a password. In vers
I noticed that the SQLiteConnection object in System.Data.SQLite owns two similar methods : Close() Dispose() Same for the SQLiteDataReader o