SQL Programming Assistant for PostgreSQL - Mailing list pgsql-general

From Dmitry Igrishin
Subject SQL Programming Assistant for PostgreSQL
Date
Msg-id CAAfz9KOq7vRmXLagC2Rs5o14abvnS-072DT8Bvdc07wGnWS_TA@mail.gmail.com
Whole thread Raw
List pgsql-general
Hello all,

I've released the first version of a simple tool, - pgspa, that can
help one to develop in SQL for PostgreSQL.
The primary goal is to provide the functional for creating the
database objects from the SQL files of
arbitrary directory hierarchy without worrying about both the
existence of these objects in the database
and about the order of SQL statements in the source files. Also by
using the extension for PostgreSQL it is
possible to remove the bunch of objects from the database schemas in
non-casade mode.

pgspa is written in C++ and absolutely free. Any feedback are welcome. Thanks.

Please, see the repository on Github for more details:
https://github.com/dmitigr/pgspa


pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: Sv: WAL-dir filling up with wal_level = logical
Next
From: Tiffany Thang
Date:
Subject: List of objects owned by a schema/owner