SqlDatabase constructor

SqlDatabase(
  1. DbConfig config
)

Creates a new SQL database instance with the provided config.

Implementation

SqlDatabase(this.config);