use strict;
our $VERSION = '0.01001';
BEGIN {
};
__PACKAGE__->load_classes;
sub dsn {
return shift->storage->connect_info->[0];
};
1;