Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

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?

Replies are listed 'Best First'.
Re: Creating own DBD::XXX
by Anonymous Monk on Apr 02, 2010 at 02:59 UTC
    How did you miss DBI::DBD - Perl DBI Database Driver Writer's Guide?