[Pharo-project] GLORP in Pharo
Hi, What is the current situation of GLORP in Pharo? Is there any working porting? Otherwise are there reliable alternatives to it? Thank you. Cheers, Alberto
Alberto, On 27 Jun 2010, at 11:52, Alberto Bacchelli wrote:
Hi,
What is the current situation of GLORP in Pharo? Is there any working porting? Otherwise are there reliable alternatives to it?
Thank you.
Cheers, Alberto
I am successfully using Glorp + PostgresV2 in Pharo 1.1 rc2. I have my own load script at http://www.squeaksource.com/ADayAtTheBeach/GlorpPostgreSQLPharoLoader-SvenVa... HTH, Sven
Glorp works in 1.1 and 1.0 of Pharo, with support for Postgres, Oracle, mySql, DB2 etc. Full information is available at http://squeakdbx.org/ On Sun, Jun 27, 2010 at 05:52, Alberto Bacchelli <alberto.bacchelli@usi.ch> wrote:
Hi,
 What is the current situation of GLORP in Pharo? Is there any working porting? Otherwise are there reliable alternatives to it?
Thank you.
Cheers, Â Alberto
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- -JT
On Sun, Jun 27, 2010 at 11:52 AM, Alberto Bacchelli < alberto.bacchelli@usi.ch> wrote:
Hi,
What is the current situation of GLORP in Pharo?
It should work. I couldn't spend time on it since the last months, but it should be working. The original squeak version of Glorp was coupled and hardcoded to the PostgreSQL driver. I don't know what database you want to use. We did such change under the GlorpDBX project. In summary, it lets the SqueakDatabaseAccessor to talk to a general DatabaseDriver class. THen you can implement any kind of Glorp database driver. We created one for SqueakDBX and one for the native postgreSQL driver. Now, for example, Diogenes Moreira build one for the Squeak ODBC driver. More information can be found in http://www.squeakdbx.org/GLORP%20integration Search for GlorpDBX or Glorp in the mailng list and you will some useful mails. Cheers Mariano
Is there any working porting? Otherwise are there reliable alternatives to it?
Thank you.
Cheers, Alberto
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Alberto Bacchelli -
John Toohey -
Mariano Martinez Peck -
Sven Van Caekenberghe