We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DOCS • API
Table is the API for table-level operations. Each instance implements the following methods:
table.count()
table.select()
SELECT
table.insert()
INSERT
table.upsert()
UPSERT
table.update()
UPDATE
table.delete()
DELETE
table.schema()
Instances of Table are obtained via the database.table() and database.createTable() methods.
Table
database.table()
database.createTable()