Class MySQLDriver

Hierarchy

  • MySQLDriver

Implements

Constructors

Properties

_mysql: __module
config: Config
conn?: Pool
instance: MySQLDriver

Accessors

Methods

  • Parameters

    • table: string

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

  • Type Parameters

    • T

    Parameters

    • table: string
    • key: string

    Returns Promise<[null | T, boolean]>

  • Type Parameters

    • T

    Parameters

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

    Returns Promise<T>

Generated using TypeDoc