default: {
    requests: database/spotifyDb/requests;
    setup: ((databasePath: string, logger: Readonly<Logger>) => Promise<void>);
}

Type declaration

  • requests: database/spotifyDb/requests
  • setup: ((databasePath: string, logger: Readonly<Logger>) => Promise<void>)
      • (databasePath: string, logger: Readonly<Logger>): Promise<void>
      • Create tables if not existing and set them up with data.

        Parameters

        • databasePath: string

          Path to database.

        • logger: Readonly<Logger>

          Logger (for global logs).

        Returns Promise<void>

Generated using TypeDoc