With connection pooling using SQLite.NET
Connection string
This SQLite.NET connection string can be used for connections to SQLite.
Connection pooling is not enabled by default. Use the following parameters to control the connection pooling mechanism.
Data Source=c:\mydb.db;Version=3;Pooling=True;Max Pool Size=100;