buildCapacityCheckedInsert(): { sql: string; args: InValue[]; }
Build a capacity-checked INSERT into event_attendees.
booking: EventBooking
SQL expression for attendee_id (e.g. "last_insert_rowid()" or "?")
buildCapacityCheckedInsert(): { sql: string; args: InValue[]; }
Build a capacity-checked INSERT into event_attendees.
booking: EventBooking
SQL expression for attendee_id (e.g. "last_insert_rowid()" or "?")
import { buildCapacityCheckedInsert } from "doc.ts";