Tweak Sqlite connection settings to reduce database locked errors
Related resources: - https://litestream.io/tips/ - https://unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html
This commit is contained in:
committed by
Frédéric Guillot
parent
e00e2e3789
commit
f084cfa7bd
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
*.sqlite
|
||||
*.sqlite-journal
|
||||
*.sqlite-shm
|
||||
*.sqlite-wal
|
||||
.buildpath
|
||||
.project
|
||||
/.settings/
|
||||
|
||||
Reference in New Issue
Block a user