gregorovius has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for a database independent module for doing database management functions. At a minimum such module would support creation, deletion, backing up and restoring of databases, and would support plugin drivers for different databases, just like DBI does.
I've found DBIx::DataSource, which is almost what I need, but doesn't support backup and restoring.
Thanks in advance for any help,
Gregorovius
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: DBI like layer for database management?
by dws (Chancellor) on Apr 14, 2002 at 17:13 UTC | |
by gregorovius (Friar) on Apr 14, 2002 at 22:43 UTC | |
by dws (Chancellor) on Apr 14, 2002 at 23:00 UTC | |
Re: DBI like layer for database management?
by trs80 (Priest) on Apr 14, 2002 at 21:53 UTC |