Login  Register

Re: Glorp on Pharo 4

Posted by Sven Van Caekenberghe-2 on Jan 20, 2015; 11:37am
URL: https://forum.world.st/Glorp-on-Pharo-4-tp4800330p4800611.html

Hi Craig,

> On 19 Jan 2015, at 13:02, Craig <[hidden email]> wrote:
>
> Hi All,
>
> I see that Sven is active on this list.  I've tried to use his excellent
> tutorial on his "concerning-pharo" blog to understand Glorp and to get my
> own instance of the demo app running on Pharo 4 and Postgres.
>
> I have not burnt a lot of time on this yet, but I would like to know if this
> combination of technologies is known to work anywhere.  I have not yet got
> it working.
>
> Craig

Using Glorp on top of the PostgresV2 driver (which uses just a network connection and no native code nor plugin) should work on all platforms. Of course, you still have to install Postgres itself, but it can run on another machine too.

HTH,

Sven