UNPKG

ibm_db

Version:

IBM DB2 and IBM Informix bindings for node

8 lines (7 loc) 139 B
export interface DescribeObject { database: string; schema?: string; type?: string; table?: string; column?: string; }