Better output from sqlite3 command line

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

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>