@photostructure/sqlite
    Preparing search index...

    Type Alias PoolParams

    PoolParams: readonly PoolValue[] | Readonly<Record<string, PoolValue>>

    Bind parameters for one operation: an array for positional placeholders, or a plain object for named placeholders. Named keys may omit the :, $, or @ prefix, matching the synchronous API's bare-name behavior.