The name of a database to retrieve tables from.
Limit on the number of tables to be returned.
Cursor for paging through results.
A list of tables in the database
const tables = await client.raw.listTables('My company');
{"items": [{"name": "string"}],"nextCursor": "string"}