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

version 0.51

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

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

return the full path to the SQLite database filename

The [driver] section of the configuration file must specify the following items:
The directory where the database files should be stored.
default: state_dir
The database filename.
default: stats.db
Table name that will store the statistics.
default: milter

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

Michael Schout <mschout@cpan.org>

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.