Y
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
28mm
3066 days ago
Lack of familiarity with SQLite—-and maybe some mistaken assumptions about its behavior :)
link
dunham
3066 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