prorm API Reference
    Preparing search index...

    Interface DropViewOptions

    Options for dropping a view

    interface DropViewOptions {
        ifExists?: boolean;
        cascade?: boolean;
    }
    Index
    ifExists?: boolean

    If true, does not throw error if view does not exist

    cascade?: boolean

    If true, also drops dependent views (PostgreSQL)