Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/keydb/postgres.ts>PostgresAdapter.connect

Simple Key-value storage module with support for multiple database backends.
Latest
method PostgresAdapter.connect
import { PostgresAdapter } from "https://deno.land/x/keydb@1.0.0/postgres.ts";

Connect to a Postgres Database and create Adapter.

Parameters

optional
dbOptions: ConnectionOptions | string
optional
table: string