Class GiveawaysDatabaseManagerAbstract

Hierarchy (view full)

  • DataBaseManager

Constructors

Properties

Methods

Constructors

Properties

database: string
entityManager: {
    mongodb: MixedList<string | Function | EntitySchema<any>>;
    mysql: MixedList<string | Function | EntitySchema<any>>;
    postgres: MixedList<string | Function | EntitySchema<any>>;
    sqlite: MixedList<string | Function | EntitySchema<any>>;
}
type?:
    | "mysql"
    | "postgres"
    | "mongodb"
    | "better-sqlite3"
    | "sqlite"
type:
    | "mysql"
    | "postgres"
    | "mongodb"
    | "better-sqlite3"
    | "sqlite"

Methods

  • Returns Promise<DataSource>