UNPKG

@nivinjoseph/n-data

Version:

Data access library for Postgres based on Knex

8 lines 141 B
export interface DbConnectionConfig { host: string; port: string; database: string; username: string; password: string; }