Why I Use SQLite Savepoints for Offline Workout Logging
Apr 15 · 8 min read · The Problem My workout app has one hard requirement: I must be able to log a set in under 5 seconds, even in airplane mode. That sounds like a UX thing. It’s actually a data integrity problem. A “set” write isn’t one row. It touches multiple tables: ...
Join discussion