Emmanuel Quevillon wrote: > Hi all, > > Is there a rapid and easy way toknow the driver currently used from > a DBIx::Class::Schema object? my $schema = My::App::Schema->connect; print $schema->storage->dbh->{Driver}->{Name}; -Toby