perl-dbd-mysql
brew install perl-dbd-mysql
v5.013_1
Artistic-1.0-Perl OR GPL-1.0-or-later
keg-only
Perl 5 MySQL driver for the DBI (Database Interface) abstraction layer.
Why you might care
DBD::MySQL is the standard Perl module for connecting to MySQL/MariaDB databases via DBI. It's primarily used as a dependency of other Perl applications rather than directly; most users should install it via `cpan` or their system package manager instead. Keg-only here because Homebrew's Perl ecosystem is minimal—use CPAN for broader Perl module management.
Runtime dependencies
Links
- https://dbi.perl.org/
- Brew formula source: Formula/p/perl-dbd-mysql.rb
Keg-only reason
it is mainly used internally by other formulae. Users are advised to use `cpan` to install DBD::mysql
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"DBD::MariaDB",
"DBD::Pg",
"DBD::SQLite"
],
"build_dependencies": [],
"categories": [
"library",
"binding"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"mysql-client"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "MySQL driver for the Perl5 Database Interface (DBI)",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:17+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "perl-dbd-mysql",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://dbi.perl.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Perl DBI - dbi.perl.org",
"installs_30d": 1700,
"installs_365d": 19451,
"installs_90d": 4351,
"keg_only": 1,
"keg_only_reason": "it is mainly used internally by other formulae.\nUsers are advised to use `cpan` to install DBD::mysql\n",
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Artistic-1.0-Perl OR GPL-1.0-or-later",
"llm_generated_at": "2026-06-20T23:48:43+00:00",
"llm_model": "claude-haiku-4-5",
"name": "perl-dbd-mysql",
"oldnames": [],
"one_liner": "Perl 5 MySQL driver for the DBI (Database Interface) abstraction layer.",
"optional_dependencies": [],
"rank_30d": 1056,
"rank_365d": 1075,
"rank_90d": 1169,
"raw_hash": "63eba60fd558e2aa",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/p/perl-dbd-mysql.rb",
"tap": "homebrew/core",
"test_dependencies": [
"mysql"
],
"uses_from_macos": [
"perl"
],
"version_head": "HEAD",
"version_stable": "5.013",
"versioned_formulae": [],
"why_use_this": "DBD::MySQL is the standard Perl module for connecting to MySQL/MariaDB databases via DBI. It\u0027s primarily used as a dependency of other Perl applications rather than directly; most users should install it via `cpan` or their system package manager instead. Keg-only here because Homebrew\u0027s Perl ecosystem is minimal\u2014use CPAN for broader Perl module management."
}