SQLite: How do I connect to an in-memory, shared cache database? SQLite: How do I connect to an in-memory, shared cache database? sqlite sqlite

SQLite: How do I connect to an in-memory, shared cache database?


It looks like although the shared cache feature was in SQLite, the latest (1.0.81.0) version of System.Data.SQLite at the time didn't yet support the FullUri feature. Looks like the 1.0.82.0 version works, and the connection string should be:

FullUri=file::memory:?cache=shared