kysely
    Preparing search index...

    Interface DatabaseMetadataOptions

    interface DatabaseMetadataOptions {
        withInternalKyselyTables: boolean;
    }
    Index

    Properties

    withInternalKyselyTables: boolean

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