README 427 字节
Newer Older
1 2
pgtclsh is an example of a tclsh extended with the new Tcl
commands provided by the libpgtcl library.  By using pgtclsh, one can
3
write front-end applications to PostgreSQL in Tcl without having to
4 5 6
deal with any libpq programming at all.  

The pgtclsh is an enhanced version of tclsh.  Similarly, pgtksh is a
7
wish replacement with PostgreSQL bindings.
8

9 10
For details of the libpgtcl interface, please see the Programmer's
Guide.