Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDataHandler

The interface of a data access handler (middleware).

Hierarchy

  • IDataHandler

Implemented by

Index

Properties

Methods

Properties

webApp

webApp: AkeraWeb

The @akera/web instance used by the data access handler.

Methods

init

  • init(): express.Router
  • The method that returns the data access middleware that can be used for CRUD data access.

    Returns express.Router