sqlite3
.help
.database
.tables
.schema auth_user
select * from auth_user
.show
echo: off
eqp: off
explain: auto
headers: off
mode: list
nullvalue: ""
output: stdout
colseparator: "|"
rowseparator: "\n"
stats: off
width:
filename: db.sqlite3
.mode line
.mode list
.mode column
.headers on
.separator ','