The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
BEGIN {
};
__PACKAGE__->load_classes;
sub dsn {
return shift->storage->connect_info->[0];
};
1;