Gantry::Conf::Provider::SQL::PostgreSQL - Store your configuration in a PostgreSQL database


Gantry documentation Contained in the Gantry distribution.

Index


Code Index:

NAME

Top

Gantry::Conf::Provider::SQL::PostgreSQL -- Store your configuration in a PostgreSQL database

SYNOPSIS

Top

DESCRIPTION

Top

METHODS

Top

SEE ALSO

Top

Gantry(3), Gantry::Conf(3), Gantry::Conf::Tutorial(3), Ganty::Conf::FAQ(3), DBI(3), DBD::Pg(3)

LIMITATIONS

Top

AUTHOR

Top

Frank Wiles <frank@revsys.com>

COPYRIGHT and LICENSE

Top


Gantry documentation Contained in the Gantry distribution.

package Gantry::Conf::Provider::SQL::PostgreSQL; 

#####################################################################
# 
#  Name        :    Gantry::Conf::Provider::SQL::PostgreSQL
#  Author      :    Frank Wiles <frank@revsys.com> 
#
#####################################################################

use strict;
use warnings; 

1;

__END__