One of the values you can provide to the .mode dot command when using the SQLite command line shell is line.
Using .mode line outputs the query results using vertical output. What I mean is that, each column is displayed on a new line. The column name is displayed, along with an equals sign and then the column’s value.