That weird output from sqlite3 command line is annoying you as well ? Just set this up to get something better :
cat < <EOF>~/.sqliterc .mode "column" .headers on .explain on EOF |
That weird output from sqlite3 command line is annoying you as well ? Just set this up to get something better :
cat < <EOF>~/.sqliterc .mode "column" .headers on .explain on EOF |