Re: Please suggest the best suited unit test frame work for postgresql database.

From: Steven Lembark <lembark(at)wrkhors(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Cc: lembark(at)wrkhors(dot)com
Subject: Re: Please suggest the best suited unit test frame work for postgresql database.
Date: 2018-04-02 16:58:33
Message-ID: 20180402115833.2631d32a@wrkhors.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 1 Apr 2018 10:26:32 +0530
Raghavendra Rao J S V <raghavendrajsv(at)gmail(dot)com> wrote:

> Good morning.
>
> Please suggest the best suited unit test frame work for postgresql
> database and also shared the related documents to understand the
> framework.

If anyone there knows Perl (if not I'll be happy to teach it) you
can use DBI with Object::Exercise to validate anything. The module
documentation includes DBI examples or I can send you a few.

One nice thing about Perl is that you can inlcude source code
from a dozen or so other languages from Python to Java that will
be auto-wrapped and run automatically. This makes it really easy
to test multi-language interfaces to the database with a single
harness.

enjoi

--
Steven Lembark 1505 National Ave
Workhorse Computing Rockford, IL 61103
lembark(at)wrkhors(dot)com +1 888 359 3508

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2018-04-02 17:05:46 Re: Please suggest the best suited unit test frame work for postgresql database.
Previous Message Simon Riggs 2018-04-02 06:39:57 Re: [PATCH] Logical decoding of TRUNCATE