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 typin
.headers on
You can pass arguments in the command line too:
sqlite3 db.db -header -column "select x from y;"