SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface PostgresDropViewOptions

    interface PostgresDropViewOptions {
        ifExists?: boolean;
        cascade?: boolean;
        materialized?: boolean;
    }
    Index

    Properties

    ifExists?: boolean
    cascade?: boolean
    materialized?: boolean