@qualithm/rqlite-client - v0.2.3
    Preparing search index...

    Type Alias SqlStatement

    A parameterised SQL statement.

    type SqlStatement = {
        params?: SqlValue[];
        sql: string;
    }
    Index

    Properties

    Properties

    params?: SqlValue[]

    Positional parameter values.

    sql: string

    The SQL string with ? placeholders.