Re: [Newbies] Re: Confused about how to get everything set up

2011-11-08 Thread John McKeon
Hello Matt, If you want to use PostgreSQL it has the simplest route to DB connectivity since there are *no* external libraries required. It's all TCP/IP from the image to Postgres. You can use Metacello with Installer ss project: 'MetacelloRepository'; install: 'ConfigurationOfPostgresV2'.

Re: [Newbies] Re: Confused about how to get everything set up

2011-11-08 Thread Levente Uzonyi
On Mon, 7 Nov 2011, Matt Chelen wrote: The main draw to SqueakDBX was the support for a wide variety of databases, whereas Seaside only seems to support a database called SandstoneDB which Seaside can be used with any kind of persistence solution. SandstoneDB was written for Seaside and not

[Newbies] Re: Confused about how to get everything set up

2011-11-08 Thread Matt Chelen
John, I'm still having issues with getting the Metacello scripts to load correctly. In your script, ConfigurationofPostgresV2 was shown as an unknown variable, and trying to declare it global resulted in an error. I also tried running Installer ss, then Conf... but the same thing happened.