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