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