On Saturday 27 Jul 2002 7:02 pm, jgdon wrote:
> hello,
>
> I just managed to get a simple database running with postgresql.
> What perl module should I use for this?
> I have found something called DBI ... and found examples for CSV
> databases ... but I am curious what module I should use for postgres ...
>
> Is there a DBI::Postgres module like DBI::CSV ?
There are two parts to this puzzle. The DBI module is a framework and you plug
in DBD modules for each database. Check search.cpan.org for details.
- Richard Huxton