Hi,

I have 3 questions regarding sqlite database loaded/used whilst in memory:

1. How can an sqlite database file (example file1.db) be loaded in memory?
  (Is this the answer?: > sqlite3.exe file1.db)
2. How can the in-memory sqlite database be accessed by multiple
applications?
3. Can multiple threads or applications access simultaneously the same
in-memory sqlite database?

Thank you.

Reply via email to