Specifying Cache Size using Finisar.SQLite .NET Provider

Connection string

This Finisar.SQLite ADO.NET Data Provider connection string can be used for connections to SQLite.

The Cache Size value represents the amount of data pages that are held in memory. Try increase this value for speed improvements but don't forget to keep track of the applications memory usage.

Data Source=c:\mydb.db;Version=3;Cache Size=3000;