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

DatabaseMetadataOptions

interface DatabaseMetadataOptions {
withInternalKyselyTables: boolean;
}

§Properties

§
withInternalKyselyTables: boolean
[src]

If this is true, the metadata contains the internal kysely tables such as the migration tables.