This section provides an overview of what sqlite3 is, and why a developer might want to use it.
It should also mention any large subjects within sqlite3, and link out to the related topics. Since the Documentation for sqlite3 is new, you may need to create initial versions of those related topics.
Detailed instructions on getting sqlite3 set up or installed.
In order to view tables in a database, use the .tables
command.
Example:
sqlite> .tables
table1 table2 table3
table4 table5