Interface IDriver

Hierarchy

  • IDriver

Implemented by

Methods

  • Parameters

    • table: string

    Returns Promise<number>

  • Parameters

    • table: string
    • key: string

    Returns Promise<number>

  • Parameters

    • table: string

    Returns Promise<{
        id: string;
        value: any;
    }[]>

  • Type Parameters

    • T

    Parameters

    • table: string
    • key: string

    Returns Promise<[null | T, boolean]>

  • Parameters

    • table: string

    Returns Promise<void>

  • Type Parameters

    • T

    Parameters

    • table: string
    • key: string
    • value: any
    • update: boolean

    Returns Promise<T>

Generated using TypeDoc