Constructors

Methods

  • Connect to a provider (postgres, nats) and return the native client. Connections are handled by the engine and worker routers at initialization, but the factory method provided here is useful for testing provider configurations.

    Parameters

    Returns Promise<ProviderNativeClient>