@photostructure/sqlite
    Preparing search index...

    Interface PoolSetupOperation

    One statement replayed on every physical connection before DatabasePool.open resolves.

    interface PoolSetupOperation {
        params?: PoolParams;
        sql: string;
    }

    Hierarchy (View Summary)

    Index
    params?: PoolParams
    sql: string

    Exactly one executable SQL statement.