Binary package “libdbix-datasource-perl” in ubuntu focal

database-independent module to create and drop functions

 DBIx::DataSource implements create_database and drop_database functions for
 databases. It aims to provide a common interface to database creation and
 deletion regardless of the actual database being used.
 .
 Currently supported databases are MySQL and PostgreSQL. Assistance adding
 support for other databases is welcomed and relatively simple - see
 DBIx::DataSource::Driver.