UNPKG

@mas-soft/mas-core-server

Version:

main application

16 lines (15 loc) 385 B
export interface DbConfig { name: string; connector: string; user: string; password: string; minConn?: string | number; maxConn?: string | number; incrConn?: number; stmtCacheSize?: number; hostname?: string; port?: number; database?: string; connectString?: string; [property: string]: string | number | undefined; }