I use Sqlite with file databases and I’m wondering if it is possible to load the totality of this db in memory to perform requests.
I saw I can specify :memory: for the filename but by this way, I can’t laod my file database in memory. So the question is very simple How can I load the totality of a file database in memory? Thanks in advance. Jérôme