Is there any way to configure sqlite3 so that the headers will display by default?
I know I can use .headers on
to turn on headers, but I have to keep typing it every time I launch the client because the setting doesn't stick between sessions. I want the headers to be on permanently.
From the fine manual:
So just put a file called
.sqliterc
in your home directory and put this in it:You can pass arguments in the command line too: