pgintcl is a pure Tcl interface to the PostgreSQL database system. It provides an alternative to pgtcl and pgtcl-ng but does not require a compiled Tcl extension (libpgtcl) or PostgreSQL client library (libpq). This allows developers to create Tcl utilities and applications that are platform neutral. Trade-offs are slower performance and PostgreSQL protocol version dependency.
| Tags | Database API |
|---|---|
| Implementation | Tcl |
Recent releases


Changes: This release contains one bugfix for pg_exec_prepared. This no longer fails when a query parameter includes non-ASCII characters.


Changes: This release added Unicode character set encoding and decoding and plays better with extended character databases.