domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
966 stars 210 forks source link

[ENHANCEMENT]SUpport for MySQL/MariaDB #425

Open Sysadminfromhell opened 11 months ago

Sysadminfromhell commented 11 months ago

We´re currently running a multi-purpose Grafana with MariaDB. The support of MariaDB is necessary for this feature to find a way into our grafana.

Kind regards,

ivanov17 commented 9 months ago

I see that parsedmarc doesn't use any library to SQL support and doesn't have a native implementation of any SQL engine support, even for SQLite. I'd like to use it with PostgreSQL, but it seems like someone needs to add SQL support from scratch.