「SQLite3」.showコマンドで各項目の現在の設定内容を確認する

環境
Windows 10 Home 64bit
sqlite 3.36

書式
.show
.show コマンドを実行すると各種設定項目に現在設定されている値を確認します。

使用例

sqlite> .show
        echo: off
         eqp: off
     explain: auto
     headers: off
        mode: line
   nullvalue: ""
      output: stdout
colseparator: "|"
rowseparator: "\n"
       stats: off
       width:
    filename: arkgame.sqlite3

 

SQLite

Posted by arkgame