Y
Hacker News
new
|
ask
|
show
|
jobs
by
hwd
969 days ago
Have you considered
https://www.sqlite.org/inmemorydb.html
1 comments
aaviator42
969 days ago
Yes! Like I mentioned in the other comment, multiple processes cannot access the same :memory: sqlite db, which makes it incompatible for our use cases.
link