Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.InsertQueryBuilder#executeTakeFirst

Kysely dialect for PostgreSQL using the Postgres.js client.
method kysely.InsertQueryBuilder.prototype.executeTakeFirst
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.3/deps.ts";
const { InsertQueryBuilder } = kysely;

Executes the query and returns the first result or undefined if the query returned no result.

Returns

Promise<SimplifySingleResult<O>>