function getAllListings
getAllListings(): Promise<ListingWithCount[]>

Read every listing with effective defaults and aggregate projections.

Return Type

Promise<ListingWithCount[]>

Usage

import { getAllListings } from "docs/database.ts";