Description
Perl applications can connect to MariaDB and MySQL databases through the standard DBI interface. This lets scripts, web apps, reports, and services run queries without writing database protocol handling themselves.
It is a database driver library, not a database server or graphical client. Applications using it handle credentials and query results, so connection settings and SQL input must be protected carefully.