4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
import postgres from "postgres";
|
|
import { postgresConfig } from "./pgConfigNew";
|
|
|
|
export const sql = postgres(postgresConfig); |