in reply to Generic front end with back-end drivers?

You might look at something like Module::Pluggable for providing a plugin architecture, but unless you're planning on providing an SQL interface to your files (perhaps using DBD::AnyData and AnyData) you probably don't have enough common cause to use DBI for just its driver loading.

The cake is a lie.
The cake is a lie.
The cake is a lie.

  • Comment on Re: Generic front end with back-end drivers?