Documentation
    Preparing search index...

    Type Alias SQLiteUpdate<TTable, TResultType, TRunResult, TFrom, TReturning>

    SQLiteUpdate: SQLiteUpdateBase<
        TTable,
        TResultType,
        TRunResult,
        TFrom,
        TReturning,
        true,
        never,
    >

    Type Parameters

    • TTable extends SQLiteTable = SQLiteTable
    • TResultType extends "sync" | "async" = "sync" | "async"
    • TRunResult = any
    • TFrom extends SQLiteTable | Subquery | SQLiteViewBase | SQL | undefined = undefined
    • TReturning extends Record<string, unknown> | undefined = Record<string, unknown> | undefined