Documentation
    Preparing search index...

    Class SQLiteSession<TResultKind, TRunResult, TFullSchema, TSchema>Abstract

    Type Parameters

    • TResultKind extends "sync" | "async"
    • TRunResult
    • TFullSchema extends Record<string, unknown>
    • TSchema extends TablesRelationalConfig
    Index

    Constructors

    Properties

    "[entityKind]": string

    Methods

    • Parameters

      • query: Query
      • fields: SelectedFieldsOrdered | undefined
      • executeMethod: SQLiteExecuteMethod
      • isResponseInArrayMode: boolean
      • OptionalcustomResultMapper: (rows: unknown[][], mapColumnValue?: (value: unknown) => unknown) => unknown
      • OptionalqueryMetadata: { tables: string[]; type: "insert" | "select" | "update" | "delete" }
      • OptionalcacheConfig: WithCacheConfig

      Returns SQLitePreparedQuery<PreparedQueryConfig & { type: TResultKind }>