Tagged Questions
0
votes
2answers
130 views
Providing reliable user feedback with SQLite
I'm writing an application with a GUI frontend (GTK) and an SQLite backend. When something is changed via the GUI, I want the change to show up in the GUI if and only if it completed successfully in ...