hk_drivermanager handles the database drivers. You need just one object of this type for your whole application.
Inherits from hk_class.
- driverlist()
returns a list of all available database drivers
- new_connection(drivername)
creates a new object of type hk_connection. If 'drivername' is not set a dialog appears to ask for the database driver.