Creates a driver descriptor with a type (e.g., sqlite) and options.
type
sqlite
options
DriverConfig({required this.type, required this.options});