PostgreSQL Client for Squeak and VAST
This code was developed originally for Squeak.
The code has been tweaked so that
(with some compatibility code)
the same code will also run under VisualAge Smalltalk.
Note: PostgreSQL 7.4 which is now in development (20030619) appears
to use an updated frontend/backend protocol (version 3).
This client supports version 2 of the protocol.
However, a version 7.4 server is supposed to recognize
and support the older protocol. Therefore, this client
should continue to work, but the additional features
available through the version 3 protocol will not be
available.
Object-oriented analysis models:
Class diagram
PGConnection state machine
Download links:
0.9.2 (latest) - pgsqueak-0.9.2.tgz
0.9.1 - pgsqueak-0.9.1.tgz
0.9 - pgsqueak-0.9.tgz
0.8.1 - pgsqueak-0.8.1.tgz
0.8.0 - pgsqueak-0.8.0.tgz
0.7.0 - pgsqueak-0.7.0.tgz
I would use something like:
gunzip -c pgsqueak-0.9.2.tgz | tar xf -
to extract the files.