From 2db2576831e682899dbea402c57ead5f14f992d6 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 10 Sep 2020 13:02:00 +0000 Subject: [PATCH] Added the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..66db8a8 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# perl-DBD-MySQL + +DBD::mysql is the Perl5 Database Interface driver for the MySQL +database. In other words: DBD::mysql is an interface between the Perl +programming language and the MySQL programming API that comes with the +MySQL relational database management system. \ No newline at end of file