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.
A Promise which resolves when this Component has been successfully initialized.
Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration.
Generated using TypeDoc
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.