November 2004
Intermediate to advanced
336 pages
6h 22m
English
This appendix lists the commands that can be used within the sqlite monitor program.
The dot commands for sqlite can be used to change the output format, fetch information about the database, and modify some settings. In this appendix, each dot command is shown first followed by an explanation.
.help
Displays the full list of dot commands for the installed sqlite with brief descriptions.
.mode list
The default output mode. Displays one line per record, with each column separated by a specific character or string. The default separator is the pipe character (|).
.separator string
Changes the separator for list mode output to
Read now
Unlock full access