I have values being cut off and would like to display the full values.
Sqlite3 -column -header locations.dbs \" select n.namelist, f.state, t.state from name
There doesn't appear to be a way to make it automatic, but you can use the .width command to manually specify the column widths.
.width
See here (search the section for .width).