selectAsFlow
Executes vertical filtering with select on PostgrestQueryBuilder.table and PostgrestQueryBuilder.schema and returns a Flow of a list of values matching the filter. This function listens for changes in the table and emits the new list whenever a change occurs.
Parameters
the primary key of the Data type
the filter to apply to the select query
the name of the channel to use for the realtime updates. If null, a channel name following the format "schema:table:id" will be used
Executes vertical filtering with select on PostgrestQueryBuilder.table and PostgrestQueryBuilder.schema and returns a Flow of a list of values matching the filter. This function listens for changes in the table and emits the new list whenever a change occurs.
Parameters
the list of primary key of the Data type
the filter to apply to the select query
the name of the channel to use for the realtime updates. If null, a channel name following the format "schema:table:id" will be used