Hacker News new | ask | show | jobs
by 28mm 3065 days ago
Author here—-that is vastly better, thanks for pointing it out.
1 comments

Why not just copy the database (and wal) to tmp before accessing it?
Lack of familiarity with SQLite—-and maybe some mistaken assumptions about its behavior :)
I often copy first because I'm afraid me locking the database is going to interfere the app. Although, for my Apple Notes extraction, I am hitting the database directly.