GLORP in Pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

GLORP in Pharo

Alberto Bacchelli
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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: GLORP in Pharo

Sven Van Caekenberghe
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-SvenVanCaekenberghe.3.mcz

HTH,

Sven




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: GLORP in Pharo

John Toohey
In reply to this post by Alberto Bacchelli
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
<[hidden email]> 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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
-JT

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: GLORP in Pharo

Mariano Martinez Peck
In reply to this post by Alberto Bacchelli


On Sun, Jun 27, 2010 at 11:52 AM, Alberto Bacchelli <[hidden email]> 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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project