findDriverByName

If database driver not found throws kotlinx.dbc.exceptions.SQLException

Parameters

name

Database driver name

params

List of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included

Throws