UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

6 lines (5 loc) 248 B
import { Pool } from "pg"; export declare function getPostgresClient(): Pool; export declare function getAccessPostgresClient(): Pool; export declare function getPmsPostgresClient(): Pool; export declare const connectDatabase: () => Promise<void>;