Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kysely_postgrs_js_dialect/deps.ts>kysely.logOnce

Kysely dialect for PostgreSQL using the Postgres.js client.
Go to Latest
function kysely.logOnce
import { kysely } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.4/deps.ts";
const { logOnce } = kysely;

Use for system-level logging, such as deprecation messages. Logs a message and ensures it won't be logged again.

Parameters

message: string