from

abstract fun from(table: String): PostgrestQueryBuilder(source)

Creates a new PostgrestQueryBuilder for the given table

Parameters

table

The table to use for the requests


abstract fun from(schema: String, table: String): PostgrestQueryBuilder(source)

Creates a new PostgrestQueryBuilder for the given schema and table

Parameters

schema

The schema to use for the requests

table

The table to use for the requests