Y
Hacker News
new
|
ask
|
show
|
jobs
by
28mm
3065 days ago
Author here—-that is vastly better, thanks for pointing it out.
1 comments
dunham
3065 days ago
Why not just copy the database (and wal) to tmp before accessing it?
link
28mm
3065 days ago
Lack of familiarity with SQLite—-and maybe some mistaken assumptions about its behavior :)
link
dunham
3065 days ago
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.
link