Read only connection using SQLite.NET
Connection string
This SQLite.NET connection string can be used for connections to SQLite.
Data Source=c:\mydb.db;Version=3;Read Only=True;
This SQLite.NET connection string can be used for connections to SQLite.
Data Source=c:\mydb.db;Version=3;Read Only=True;