kysely
    Preparing search index...

    Interface TediousTypes

    interface TediousTypes {
        BigInt: TediousDataType;
        Bit: TediousDataType;
        DateTime: TediousDataType;
        Float: TediousDataType;
        Int: TediousDataType;
        NVarChar: TediousDataType;
        VarBinary: TediousDataType;
        [x: string]: TediousDataType;
    }

    Indexable

    Index

    Properties

    DateTime: TediousDataType
    NVarChar: TediousDataType
    VarBinary: TediousDataType