Skip to content

Commit

Permalink
Mention MariaDB in README. Closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 2, 2018
1 parent ea5a950 commit 36ca5ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.pod
Expand Up @@ -215,6 +215,9 @@ Supports basic CRUD operations and prepared statements with placeholders
my $dbh = DBIish.connect('mysql', :socket<mysql.sock>,
:database<blerg>, :user<myuser>, :$password);

Since MariaDB uses the same wire protocol as MySQL, the `mysql` backend
also works for MariaDB.

=head2 Oracle

Supports basic CRUD operations and prepared statements with placeholders
Expand Down

0 comments on commit 36ca5ea

Please sign in to comment.