Class: EdgeConnection

EdgeConnection(connectionString, driver)

new EdgeConnection(connectionString, driver)

Gets a database connection
Parameters:
Name Type Description
connectionString string
driver string can be sqlServer or mySql
Source:

Methods

open() → {promise}

Opens the physical connection
Source:
Returns:
Returns a promise that is resolved when connection is established
Type
promise