table of contents
Mail::DMARC::Report::Store::SQL(3pm) | User Contributed Perl Documentation | Mail::DMARC::Report::Store::SQL(3pm) |
NAME¶
Mail::DMARC::Report::Store::SQL - store and retrieve reports from a SQL RDBMS
VERSION¶
version 1.20211209
DESCRIPTION¶
Uses ANSI SQL syntax, keeping the SQL as portable as possible.
DB engine specific features are to be avoided.
SYPNOSIS¶
Store and retrieve DMARC reports from SQL data store.
Tested with SQLite, MySQL and PostgreSQL.
AUTHORS¶
- Matt Simerson <msimerson@cpan.org>
- Davide Migliavacca <shari@cpan.org>
- Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2021 by Matt Simerson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2023-01-29 | perl v5.36.0 |