Skip to main content

Tables

Tables Method

Table Of Tables Method

Parameters

No parameters existed for the method

tables()

Example Usage

await db.tables();
// -> return array of all tables existed in the database

Returned Data

Returns an array of all existed tables in the database

['my_table']