import * as mod from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.8/mod.ts";
Classes
A database connection that uses the | |
A kysely dialect for PostgreSQL using the | |
Custom error class for PostgresJSDialect |
Functions
Get the database instance. Ensure you call | |
Sets up the database instance using the provided setup function. This function must be called before any database operations are performed. | |
Wraps a callback in a transaction. |