Hacker News new | ask | show | jobs
by johncena33 1976 days ago
How do you do two phase commit on a sqlite database file?
1 comments

I don't know SQLite specifically, but I think that it can be implemented in the application logic using the primitives of any RDBMS. This old thread suggests that http://sqlite.1065341.n5.nabble.com/Re-Two-Phase-commit-usin...