![[pgfoundry logo]](http://pgfoundry.org/images/elephantSmall.png)
pgintcl is a Tcl interface to PostgreSQL, which is itself written entirely in Tcl, and does not rely on libpq. It is highly but not entirely compatible with other Tcl interfaces, although it is slower.
The pgintcl project is a PostgreSQL Community project that is a part of the pgFoundry.
The pgFoundry page for the project is at http://pgfoundry.org/projects/pgintcl, where you can find downloads, documentation, bug reports, and more.
pgintcl is tested using a test suite called pgtcltest. This uses the tcltest commands included in Tcl/Tk. It includes about 200 tests of Pgtcl functions, including memory leak tests and timing tests. The pgtcltest test suite has not been released.
The README, REFERENCE, and NEWS files are also included in the latest release.