interface DatabaseMetadataOptions {
    withInternalKyselyTables: boolean;
}

Properties

withInternalKyselyTables: boolean

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