so.cl

Rascals are always sociable, and the chief sign that a man has any nobility in his character is the little pleasure he takes in others company. Arthur Schopenhauer


List the tables in a SQLite database

List the tables in a SQLite database, from the SQLite client:

.tables

Or from the shell command-line:

$ echo .tables | sqlite3 test.db
test   another  one