driverManager property

DriverManager driverManager
getter/setter pair

Globally accessible DriverManager instance. Initialized by initialize. Note: Methods on DriverManager are static, so this instance might not be strictly needed for calling methods like ensureDriver, but good to have if non-static methods are added.

Implementation

static late bootstrap_driver.DriverManager driverManager;