6 lines
70 B
TypeScript
6 lines
70 B
TypeScript
|
const { Pool } = require('pg');
|
||
|
|
||
|
const db = new Pool();
|
||
|
|
||
|
export = db;
|