Skip Menu |

This queue is for tickets about the Net-Google-SafeBrowsing2 CPAN distribution.

Report information
The Basics
Id: 65066
Status: resolved
Priority: 0/
Queue: Net-Google-SafeBrowsing2

People
Owner: Nobody in particular
Requestors: csjewell [...] cpan.org
Cc: csjewell [...] bluehost.com
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.5



CC: csjewell [...] bluehost.com
Subject: [Code attached] Ability to use MySQL instead of SQLite
Finally completed my work's internal project that required the ability to query the Google SafeBrowsing database, and we happen to use MySQL for our database usage, so... here's the mysql-using storage module.
Subject: mysql.pm

Message body is not shown because it is too large.

Thank you. I have uploaded a MySQL back-end. But I like the idea of being able to prefix each table names, so I'm going to keep this bug open until I release this feature.
You may want to note that I also allowed for an already-opened dbh to be passed in. May end up requesting a pull to include that in eventually.
MySQL support added