userjack6880 / Open-DMARC-Analyzer

Open DMARC Analyzer is an Open Source DMARC Report Analyzer to be used with DMARC reports that have been parsed by John Levine's rrdmarc script or techsneeze's dmarcts-report-parser.
GNU General Public License v3.0
228 stars 26 forks source link

Use PDO instead of mysqli #1

Closed ntimo closed 5 years ago

ntimo commented 5 years ago

Hello, the project looks very very awesome. But I have one small question, why are you using mysqli instead of PDO? :) PDO supports much more databases types.

Best wishes, Timo

userjack6880 commented 5 years ago

I appreciate the feedback. I honestly hadn't considered PDO - I've been using mysqli (and by extension, mysqli) for so long, I guess I just haven't moved on. I'll actually give it a consideration and do some testing with it.

userjack6880 commented 5 years ago

I've taken your suggestion and implemented PDO instead of mysqli. Once again, thanks for the attention and suggestion.