logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mail::DMARC::Report::Store - persistent storage broker for reports

Authors

• Matt Simerson <msimerson@cpan.org> • Davide Migliavacca <shari@cpan.org> • Marc Bradshaw <marc@marcbradshaw.net>

Description

At present, the only storage module is SQL. I experimented with perl's AnyDBM storage backend, but chose to deploy with SQL because a single SQL implementation supports many DBD drivers, including SQLite, MySQL, and DBD (same as AnyDBM). This Store class provides a layer of indirection, allowing one to write a new Mail::DMARC::Report::Store::MyGreatDB module, update their config file, and not alter the innards of Mail::DMARC. Much.

Name

Mail::DMARC::Report::Store - persistent storage broker for reports

Synopsis

Version

version 1.20240314

See Also