Files
DefinitelyTyped/types/pg-ears/pg-ears-tests.ts
2017-10-02 14:50:33 -07:00

12 lines
226 B
TypeScript

import PgEars = require("pg-ears");
const pgEars = PgEars({
checkInterval: 10000,
maxAttempts: 6 * 60 * 24,
host: "example.com",
port: 5432,
database: "example",
user: "postgres",
password: ""
});