Skip to main content
Module

x/remult/postgres.ts>createPostgresConnection

A CRUD framework for full stack TypeScript
Go to Latest
function createPostgresConnection
import { createPostgresConnection } from "https://deno.land/x/remult@v0.16.3-exp.3/postgres.ts";

Parameters

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