learn-request-queue/src/db.ts

6 lines
65 B
TypeScript
Raw Permalink Normal View History

2020-08-03 05:06:28 +00:00
import { Pool } from 'pg';
2020-06-24 21:34:53 +00:00
const db = new Pool();
export = db;