count

fun count(count: Count)(source)

Setting count allows to use PostgrestResult.countOrNull to get the total amount of items in the database.

Parameters

count

algorithm to use to count rows in the table or view.


The Count algorithm to use to count rows in the table or view.