Skip to content
Oxford Harrison edited this page Nov 9, 2024 · 3 revisions

Get the list of tables.

Syntax

database.tables(): Promise<Array<string>>;

Return Value

  • Array: An array of table names

Usage

Available tables:

const tables = await database.tables();
Clone this wiki locally