Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ORMAdapter

ORMAdapter should be the base class for all ORM Adapters(like SequelizeAdapter) in Pwoli. It serves as the interface between Pwoli and the ORM being used.

Hierarchy

Index

Constructors

Properties

initialization: Promise<void>

A Promise which resolves when this Component has been successfully initialized.

modelClass: any

Methods

  • extendableModelClass(): any
  • init(): Promise<void>
  • Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration.

    Returns Promise<void>

  • primaryKey(): string

Generated using TypeDoc