Documentation
    Preparing search index...

    Type Alias SQLiteSelect<TTableName, TResultType, TRunResult, TSelection, TSelectMode, TNullabilityMap>

    SQLiteSelect: SQLiteSelectBase<
        TTableName,
        TResultType,
        TRunResult,
        TSelection,
        TSelectMode,
        TNullabilityMap,
        true,
        never,
    >

    Type Parameters

    • TTableName extends string | undefined = string | undefined
    • TResultType extends "sync" | "async" = "sync" | "async"
    • TRunResult = unknown
    • TSelection extends ColumnsSelection = Record<string, any>
    • TSelectMode extends SelectMode = SelectMode
    • TNullabilityMap extends Record<string, JoinNullability> = Record<string, JoinNullability>