I can't argue: RDBs are a pain. I use the "just records" approach at times. For a schema that I really care about, I will sometimes wrap objects around the records, but I have to *really* (I mean **really**) care about what is in there in order to go that much trouble.
Both books on Seaside touch on the topic. ________________________________________ From: [email protected] [[email protected]] On Behalf Of Carla F. Griggio [[email protected]] Sent: Thursday, August 12, 2010 2:50 PM To: [email protected] Subject: Re: [Pharo-project] Which options do we have to persist? I don't know other persistance framework other than the ones already named, but I can't recommend Omnibase either :$ On Thu, Aug 12, 2010 at 3:43 PM, Norbert Hartl <[email protected]<mailto:[email protected]>> wrote: On 12.08.2010, at 20:42, Adrian Lienhard wrote: > - Gemstone > - Image segments > - Reference streams > - Postgres driver (and I think also MySQL) > - SIXX > - CouchDB > - GOODS > - ...probably more, e.g., MongoDB, but its alpha > SandstoneDB http://onsmalltalk.com/sandstonedb-simple-activerecord-style-persistence-in-squeak Norbert > I cannot recommend Omnibase. > > Adrian > > On Aug 12, 2010, at 18:56 , Guillermo Polito wrote: > >> I want to document this a bit and I don't know if there's something written >> somewhere. >> >> I already know SqueakDBX, Magma, Omnibase. Is there something else? >> What about ORMs? Glorp? >> >> If you can provide me also links, metacello configs, and what's the status >> of them for each version of pharo, it shoud be great! :D >> >> Thanks! >> Guille >> _______________________________________________ >> Pharo-project mailing list >> [email protected]<mailto:[email protected]> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected]<mailto:[email protected]> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected]<mailto:[email protected]> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
