function getListingRows
getListingRows(query: GetListingsQuery): Promise<ListingRecordRow[]>

The one reader every listing-record surface uses: declare the filter and the order, and it returns raw rows. Encrypted columns are still encrypted — decrypt with the readers in records.ts before display.

Parameters

Return Type

Promise<ListingRecordRow[]>

Usage

import { getListingRows } from "doc.ts";