Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default

Hierarchy

  • default

Constructors

constructor

  • new default(dbURL: string): default
  • Parameters

    • dbURL: string

    Returns default

Properties

Readonly adminFavoritesService

adminFavoritesService: AdminFavoritesService

Readonly adminService

adminService: AdminService

Readonly db

db: DB

Readonly emailChangeService

emailChangeService: EmailChangeService

Readonly imageService

imageService: ImageService

Readonly locationTypeService

locationTypeService: LocationTypeService

Readonly metaService

metaService: MetaService

Readonly passwordResetService

passwordResetService: PasswordResetService

Readonly postImageService

postImageService: PostImageService

Readonly postService

postService: PostService

Readonly postVoteService

postVoteService: PostVoteService

Readonly programService

programService: ProgramService

Readonly queryService

queryService: QueryService

Readonly ratingService

ratingService: RatingService

Readonly sessionService

sessionService: SessionService

Readonly suspendedService

suspendedService: SuspendedService

Readonly userService

userService: UserService

Readonly userStatusChangeService

userStatusChangeService: UserStatusChangeService

Readonly userStatusService

userStatusService: UserStatusService

Readonly verifyService

verifyService: VerifyService

Methods

close

  • close(): Promise<void>
  • Returns Promise<void>

execute

  • execute(sql: string, params?: any[]): Promise<any[]>
  • Parameters

    • sql: string
    • params: any[] = ...

    Returns Promise<any[]>

Generated using TypeDoc