sqlite.tables (dbname)

指定されたデータベースで定義されている全てのSQLiteテーブルのリストを含むLuaテーブルを返します。

t = sqlite.tables('testdb')