Build the INSERT statement without executing it (for transactional callers). Optional: only resources with a CRUD side effect need it; façade tables omit it.
(input: Input,condition?: SqlStatement,) => Promise<SqlStatement>
Build the INSERT statement without executing it (for transactional callers). Optional: only resources with a CRUD side effect need it; façade tables omit it.
(input: Input,condition?: SqlStatement,) => Promise<SqlStatement>
import { type Table } from "doc.ts";