Interface Driver

A Driver creates and releases database connections and is also responsible for connection pooling (if the dialect supports pooling).

Hierarchy

  • Driver

Implemented by

Methods

  • Initializes the driver.

    After calling this method the driver should be usable and acquireConnection etc. methods should be callable.

    Returns Promise<void>

Generated using TypeDoc