klyn.data.sql.SQLConfiguration.SQLConfiguration
constructor
public SQLConfiguration(
driver as String,
host as String,
port as Int,
database as String,
username as String,
password as String,
dialect as SQLDialect = null,
showSQL as Boolean = false
):
Description

Creates a configuration for one official direct SQL driver.