列出该数据库中的所有表(mysql的show tables),可: .table 显示表的结构(mysql的desc tablename): select * from sqlite_master where type="table";