sqlite 获取数据库中的所有表

SELECT name from sqlite_master where type='table'

原文地址:https://www.cnblogs.com/68tour/p/5145489.html