Comment by SJC_Hacker
Comment by SJC_Hacker 13 hours ago
SQLite is cool. You can create an in memory DB ands it’s super fast. Better stick with read only though
With a few lines of code you can even copy an arbitrary DB from disk to memory.
Comment by SJC_Hacker 13 hours ago
SQLite is cool. You can create an in memory DB ands it’s super fast. Better stick with read only though
With a few lines of code you can even copy an arbitrary DB from disk to memory.