Colin McCormack
Fri Jul 23 12:00:13 EST 1999
A quick/experimental Swig-generated hack with itcl wrapper classes to permit:
None, only the test.tcl file. Wrapper class source is pretty copiously documented.
several options: libtclpq.so provided may work for you OR, to work from the Swig generated on my machine: touch tclpq_wrap.c; make libtclpq.so; OR, if you have Swig installed, edit the Makefile and set PQDIR make clean all
It's not set up to reside in any system directory (qv. Bug #2)
http://field.medicine.adelaide.edu.au/~colin/libtclpq/
README | This file |
Makefile | |
tclpq.h | Swig source file |
tclpq_wrap.c | Swig output file |
libtclpq.so | Interface library derived from above |
tclpq_wrap.doc | Swig generated documentation |
pgConnection.tcl | Wrapper for postgresql connection |
pgResult.tcl | Wrapper for pg_result type |
test.tcl | test/example file |
Sat Jul 24 03:33:42 EST 1999 | V1.1 Release |
Made pgConnect::exec internally asynchronous so tk updates and interactions can occur during query processing. |
Colin McCormack colin@field.medicine.adelaide.edu.au (Feel free to email me with any problems/bugs.)