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