SQLite
A quick tip to make the command line sqlite3 program actually useful: alias sqlite='sqlite3 -header -column'.
To make the command line sqlite3 program useful, alias it like this:alias sqlite='sqlite3 -header -column'
A quick tip to make the command line sqlite3 program actually useful: alias sqlite='sqlite3 -header -column'.
To make the command line sqlite3 program useful, alias it like this:alias sqlite='sqlite3 -header -column'