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

Obtain a Table instance.

Syntax

database.table(): Table;
Param Type Description
name string A table name.

Return Value

  • Table : The requested Table instance

Usage

A Table instance:

const table = database.table('table_1');
Clone this wiki locally