SQL Programming Assistant for PostgreSQL

Поиск
Список
Период
Сортировка
От Dmitry Igrishin
Тема SQL Programming Assistant for PostgreSQL
Дата
Msg-id CAAfz9KOq7vRmXLagC2Rs5o14abvnS-072DT8Bvdc07wGnWS_TA@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Sv: WAL-dir filling up with wal_level = logical
Следующее
От: Tiffany Thang
Дата:
Сообщение: List of objects owned by a schema/owner