Skip to main content

Kysely Deno Postgres driver

usage

import { Kysely } from "https://cdn.jsdelivr.net/npm/kysely@0.16.5/dist/esm/index-nodeless.js";
import { PostgresDialect } from "[not hosted yet]";

const db = new Kysely<{}>({
  dialect: new PostgresDialect({
    // ...
  }),
});

Reference

Based on node driver for postgres https://github.com/koskimas/kysely/tree/master/src/dialect/postgres