When I open the sqlite3
command line in Windows Command Prompt, I each time type
.mode column
.width 8
.header on
Sometimes I choose a different width, but this is easy to change as needed.
Is there some way I can have these either as defaults, or execute each time the prompt starts?