|
|
|
|
|
by yencabulator
2170 days ago
|
|
Not the person you're asking this, but N connections to sqlite :memory: backend results in N separate database instances. This can be worked around in some scenarios, but not always & reliably. Most importantly, you can't reach the same in-memory database from multiple processes. https://www.sqlite.org/inmemorydb.html |
|