sqlite.tables(dbname)

Return a Lua table that contains a list of all the SQLite tables defined in the specified database.

Example
t = sqlite.tables('testdb')