Happy !

PierreChanson / TPZ-Talk

Project infos

License MIT
Tags
Creation date 2015-01-26
Website

Monticello registration

About TPZ-Talk

Talk from your Pharo image to a Gemstone database via topaz and get objects !

Compatible with the gemstone and topaz one clic configuration gsDevKitHome

Get the STON package in your image.

Create the tpzTalk.sh script in your workspace :

#!/bin/bash  
<My gsDevKitHome topaz executable> -l <<EOF  
set gemstone devKit username DataCurator password swordfish  
login  
printIt  
$1  
%
exit  
EOF