sqlite3 command timeout setting
How do I specify a timeout in sqlite3 from the command-line?
$ sqlite3 -init <(echo .timeout 1000) your.db "your sql;"
$ sqlite3 -cmd ".timeout 1000" outgoing.db "SELECT * FROM edges"
.timeout MS Try opening locked tables for MS milliseconds
本文链接地址:https://const.net.cn/718.html