In the SQLite cli, many commands are dot-prefixed.
To see a list of tables:
.tables
To see the schema of a table:
.schema TABLENAME
Read the official documentation for more detail. Hat tip to this Stack Overflow post.
In the SQLite cli, many commands are dot-prefixed.
To see a list of tables:
.tables
To see the schema of a table:
.schema TABLENAME
Read the official documentation for more detail. Hat tip to this Stack Overflow post.