Hacker News new | ask | show | jobs
by badmintonbaseba 456 days ago
You don't have IPC for sqlite, do you?
1 comments

You do of you access the same database from miltiple processes.
What IPC mechanisms exist between sqlite processes accessing the same database, other than file locking and some atomic IO operations ensured by the OS.