Hacker News new | ask | show | jobs
by hwd 969 days ago
Have you considered https://www.sqlite.org/inmemorydb.html
1 comments

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.