Skip to main content
Module

x/remult/postgres.ts>createPostgresConnection

Full-stack CRUD, simplified, with SSOT TypeScript entities
Go to Latest
function createPostgresConnection
import { createPostgresConnection } from "https://deno.land/x/remult@v0.26.4/postgres.ts";

Parameters

optional
options: { connectionString?: string; poolSize?: number; configuration?: ClientOptions | ConnectionString | undefined; }