Is there a tutorial on how to create a DBD::XXX. For example, how was DBD::Mysql created? I was looking at the source files, and it seems like that several DBD modules are following a certain pattern, eg. they all have dbdimp.c
Does anyone have a tutorial on how to create your own DBD::XXX? Or what does one need to know to be able to create one?