Getting started with sqlite3

Other topics

Remarks:

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.

Installation or Setup

Detailed instructions on getting sqlite3 set up or installed.

Show Tables

In order to view tables in a database, use the .tables command.

Example:

sqlite> .tables
table1           table2           table3         
table4           table5

Contributors

Topic Id: 10658

Example Ids: 31993,32660

This site is not affiliated with any of the contributors.