help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Example of a using DBi.Postgresql with GLORP


From: Tim Kack
Subject: [Help-smalltalk] Example of a using DBi.Postgresql with GLORP
Date: Tue, 20 Oct 2009 00:08:14 +0200

Hi all,

I have a couple of very easy questions and if someone have pointers on
how to proceed I would be very happy:

The first question how do I simply connect using the DBI.Postgresql
accessor for GLORP in gst?

VW would do something like this:

|login accessor|
    login := Login new database: PostgreSQLPlatform new;
       username: 'usernameHere';
       password: 'passwordHere';
       connectString: '127.0.0.1_test'.
        accessor := DatabaseAccessor forLogin: login.
        accessor login.

The second thing is more of an opinion question:

Is it worthwhile to port GOODS to gst? Or would it better to focus on
the larger and quite mature EyeDB (but without smalltalk bindings)
odbms?

Apologies if this is really basic stuff but I need to figure out how to
use the DBI framework to be able to slowly port a newer version of
GLORP. 
With an upto date Glorp I can start to do some benchmarks between some
opensource RDBMSes and ODBMses.

Best regards,
Tim 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]