kysely
    Preparing search index...

    Interface DatabaseMetadata

    interface DatabaseMetadata {
        tables: TableMetadata[];
    }
    Index

    Properties

    Properties

    tables: TableMetadata[]

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