summaryrefslogtreecommitdiff
path: root/databases/pgtcl/DESCR
blob: 57eea4e5c3acfa43a2d9a265750db8cbb9930391 (plain)
1
2
3
4
5
6
7
TCL interface to PostgreSQL.

This is one of three different ones that are available. This is the
"standard version" evolved from the interfaces/libpgtcl which used to
be included with the PostgreSQL distribution. There is also a pgintcl
interface, which is entirely native TCL and does not rely on libpq, and
pgtclng, which is the "next generation" version of pgtcl.