executeReturningRow<T>(...unnamed 0: SqlWithArgs): Promise<T>
Run a write that ends in RETURNING and read back the row it wrote. A
write that returns no row means nothing was written — fail there, loudly.
Promise<T>
executeReturningRow<T>(...unnamed 0: SqlWithArgs): Promise<T>
Run a write that ends in RETURNING and read back the row it wrote. A
write that returns no row means nothing was written — fail there, loudly.
Promise<T>
import { executeReturningRow } from "docs/database.ts";