Driver setup¶
The driver is the base of the database connection. From it, you can get databases. It is created with minimum of a driver config and a name.
Create a driver¶
DatabaseDriver driver = DatabaseDriverFactory.create("MyDriver", driverConfig, logger);
Last update:
2020-12-12