Skip to content

table

table<T>(tableName, buildQuery?, options?): CreateQueryResult<T[], Error>

Reactive table read. Read with $table(...).

Type Parameter Default type
T any
Parameter Type
tableName string
buildQuery? (query) => QueryBuilder<T>
options? FluxbaseQueryOptions<T>

CreateQueryResult<T[], Error>