MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
Go to file
Jitka Plesnikova 15dd1c8376 Resolves: RHEL-66250
Remove notes about mariadb-connector-c and SSL, it is not needed after
updating mariadb-connector-c in RHEL 10
2025-02-05 12:09:41 +01:00
.fmf Package tests 2021-03-12 16:01:18 +01:00
plans Resolves: RHEL-66250 2025-01-30 10:35:53 +01:00
tests Update tests 2024-07-04 15:27:56 +02:00
.gitignore 1.23 bump (rhbz#2238227) 2023-09-11 13:08:37 +02:00
DBD-MariaDB-1.21-Run-test-setup-and-clean.patch Resolves: RHEL-66250 2025-01-30 10:35:53 +01:00
gating.yaml Resolves: RHEL-66250 2025-01-30 10:35:53 +01:00
perl-DBD-MariaDB.spec Resolves: RHEL-66250 2025-02-05 12:09:41 +01:00
README.md Added the README 2019-06-17 13:48:19 +00:00
sources 1.23 bump (rhbz#2238227) 2023-09-11 13:08:37 +02:00
test-clean.t Replace using mysql by mariadb in setup/clean script 2023-10-20 10:16:10 +02:00
test-env.sh Resolves: RHEL-66250 2025-01-30 10:35:53 +01:00
test-setup.t Resolves: RHEL-66250 2025-01-30 10:35:53 +01:00

perl-DBD-MariaDB

DBD::MariaDB is the Perl5 Database Interface driver for MariaDB and MySQL databases. In other words: DBD::MariaDB is an interface between the Perl programming language and the MariaDB/MySQL programming API that comes with the MariaDB/MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because no-one ever requested them.