Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perl5-dbi/dbd-mysql
MySQL driver for the Perl5 Database Interface (DBI)
https://github.com/perl5-dbi/dbd-mysql
database-access database-connector dbd dbi mysql perl perl-database-interface perl5
Last synced: 16 days ago
JSON representation
MySQL driver for the Perl5 Database Interface (DBI)
- Host: GitHub
- URL: https://github.com/perl5-dbi/dbd-mysql
- Owner: perl5-dbi
- License: other
- Created: 2013-08-28T06:54:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T08:32:58.000Z (about 2 months ago)
- Last Synced: 2024-10-12T11:42:05.281Z (about 1 month ago)
- Topics: database-access, database-connector, dbd, dbi, mysql, perl, perl-database-interface, perl5
- Language: Perl
- Homepage: https://metacpan.org/module/DBD::mysql
- Size: 2.45 MB
- Stars: 63
- Watchers: 18
- Forks: 71
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![.github/workflows/ci.yml](https://github.com/perl5-dbi/DBD-mysql/actions/workflows/ci.yml/badge.svg)](https://github.com/perl5-dbi/DBD-mysql/actions/workflows/ci.yml)
# DBD::mysql - database driver for Perl
This is the Perl [DBI](https://metacpan.org/pod/DBI) driver for access to MySQL and MySQL Compatible databases.
## Usage
Usage is described in [DBD::mysql](https://metacpan.org/pod/DBD::mysql).
## Building and Testing
For building DBD::mysql you need a MySQL 8.x or newer client library.
```
perl Makefile.PL
make
make test
```See the output of `perl Makefile.PL` for how to set database credentials.
Testing is also done via GitHub action.
## Installation
Installation is described in [DBD::mysql::INSTALL](https://metacpan.org/pod/DBD::mysql::INSTALL).
## Support
This module is maintained and supported on a mailing list, dbi-users.
To subscribe to this list, send an email toMailing list archives are at
[http://groups.google.com/group/perl.dbi.users](http://groups.google.com/group/perl.dbi.users)