[Seaside] accessing a database

Kamil Kukura kamk@volny.cz
Mon, 22 Apr 2002 20:07:38 +0200


>
>
>Yes, what I've done instead is stolen an existing generic layer.  I keep a
>small java app running that accepts socket connections from squeak and
>forwards database queries through JDBC drivers; this lets me generically
>access Oracle, Postgres, etc, at a slight performance penalty.
>
Yea I was thinking about that. JDBC is quite nice, but it lives only 
with that big fat toad called Java. I am examining the combination of 
Ruby + DBI/DBD + SOAP.

-- 
Kamil