The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Milter::Limit::Plugin::SQLite - SQLite driver for App::Milter::Limit

VERSION

version 0.50

SYNOPSIS

 my $milter = App::Milter::Limit->instance('SQLite');

DESCRIPTION

This module implements the App::Milter::Limit backend using a SQLite data store.

METHODS

db_file

return the full path to the SQLite database filename

CONFIGURATION

The [driver] section of the configuration file must specify the following items:

home [optional]

The directory where the database files should be stored.

default: state_dir

file [optional]

The database filename.

default: stats.db

table [optional]

Table name that will store the statistics.

default: milter

SEE ALSO

App::Milter::Limit::Plugin, App::Milter::Limit

AUTHOR

  Michael Schout <mschout@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Michael Schout.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.