Hacker News new | ask | show | jobs
by dunham 3066 days ago
Why not just copy the database (and wal) to tmp before accessing it?
1 comments

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.