interface DatabaseMetadata {
    tables: TableMetadata[];
}

Properties

Properties

tables: TableMetadata[]

The tables and views found in the database. The propery isView can be used to tell them apart.