[squeak-dev] Re: Squeak and MySQL?

Paolo Bonzini bonzini at gnu.org
Wed Jul 30 12:43:11 UTC 2008


Damien Cassou wrote:
> Hi Andreas,
> 
> you can have a look at the GestionImmo project on SqueakSource. It's a
> Pier application which tries to map Magritte to Sql in a very simple
> way. Looking at the source code, I have a method:
> 
> GISql>>openConnection
> | spec |
> Socket initializeNetwork.
> spec := JdmConnectionSpec new initialize
>         user: GIUser; password: GIPasswd;
>         host: (NetNameResolver addressForName: GIHost);
>         database: GIDataBase;
>         port: GIPort.
> connection := JdmConnection on: spec.
> 
> I don't remember where JdmConnection comes from but you can probably
> find out by yourself.

It's from the package that Andreas was talking about (and that is also 
on SqueakSource).

Paolo



More information about the Squeak-dev mailing list