Is there an SQLite equivalent to MySQL’s DESCRIBE [table]?

The SQLite command line utility has a .schema TABLENAME command that shows you the create statements.

Leave a Comment