SQLite Forum

classic save possibility
Login
Open a transaction and just keep it open. "Save" would run `COMMIT` then `BEGIN` again (so that a transaction is open at all times). "Quit without saving" would `ROLLBACK`