How to test Perl front end to PostgreSQL DB?

From: <kynn(at)panix(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: How to test Perl front end to PostgreSQL DB?
Date: 2006-05-05 19:40:08
Message-ID: 200605051940.k45Je8u02878@panix3.panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have a collection of Perl modules that are meant to serve as a
front-end/wrapper for a PostgreSQL database. I want to be able to
test the functionality of these modules, but I don't want the tests to
depend on any of the specific data that is currently stored in the
database.

The ideal scenario would be to have a dummy database that is identical
in every respect to the real database, except that it has only a small
amount of data that is put into it by the testing software.

I imagine that this is a common enough need that there may be some
already standard ways of solving it. If so, any pointers to these
standard solutions, or any other bit advice on this problem, would be
much appreciated.

Thanks!

kj

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2006-05-05 20:07:48 Re: How to test Perl front end to PostgreSQL DB?
Previous Message Chansup Byun 2006-05-05 19:21:40 looking for some suggestions