Documentation
    Preparing search index...

    Type Alias SQLiteInsert<TTable, TResultType, TRunResult, TReturning>

    SQLiteInsert: SQLiteInsertBase<
        TTable,
        TResultType,
        TRunResult,
        TReturning,
        true,
        never,
    >

    Type Parameters

    • TTable extends SQLiteTable = SQLiteTable
    • TResultType extends "sync" | "async" = "sync" | "async"
    • TRunResult = unknown
    • TReturning = any