In-memory database possible?
Posted: Thu 09 Feb 2012 08:21
I'm looking for a way to use in-memory temp databases. So I don't want it to write to disk.
Is this possible?
Is this possible?
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
SQLiteConnection conn = new SQLiteConnection("DataSource=:memory:");