Documentation
    Preparing search index...

    Type Alias SQLiteInsertReturning<T, TDynamic, TSelectedFields>

    SQLiteInsertReturning: SQLiteInsertWithout<
        SQLiteInsertBase<
            T["_"]["table"],
            T["_"]["resultType"],
            T["_"]["runResult"],
            SelectResultFields<TSelectedFields>,
            TDynamic,
            T["_"]["excludedMethods"],
        >,
        TDynamic,
        "returning",
    >

    Type Parameters