sdsql

This package provides a command named editDb that allows to edit postgreSQL tables; it relays on Tktable .

The main proc is

Views

It is possible to have a table view and a "mask" view (shown in the figure)

logging and replication capabilities

In my application I needed a simple replication system. I arranged a proc (pg::exec) that calls pg_exec but if variable pg::log_table is defined it also stores the sql statement in table $pg::log_tabe.

More information in doc/Replica.txt