UNPKG

@wbce-d9/schema

Version:

Utility for extracting information about existing DB schema

11 lines (10 loc) 200 B
export interface Table { name: string; comment?: string | null; schema?: string; collation?: string; engine?: string; owner?: string; sql?: string; catalog?: string; }