cvsa/packages/backend/db/db.ts

5 lines
128 B
TypeScript

import postgres from "postgres";
import { postgresConfigNpm } from "./config";
export const sql = postgres(postgresConfigNpm);