In-Memory Database using SQLite.NET

Connection string

This SQLite.NET connection string can be used for connections to SQLite.

An SQLite database is normally stored on disk but the database can also be stored in memory. Read more about SQLite in-memory databases here.

Data Source=:memory:;Version=3;New=True;