Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DatabaseMetadata

interface DatabaseMetadata {
readonly tables: TableMetadata[];
}

§Properties

§
readonly tables: TableMetadata[]
[src]

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