[Seaside] Persistence options for Seaside

Mariano Martinez Peck marianopeck at gmail.com
Wed May 20 22:39:39 UTC 2009


On Wed, May 20, 2009 at 6:43 PM, Keith Hodges <keith_hodges at yahoo.co.uk>wrote:

> Stephan Eggermont wrote:
> > There is now a page on persistence at:
> > http://www.seaside.st/documentation/persistence
> >
> > I'd like to thank Ramon Leon, James Foster, James Robertson,
> > Göran Krampe, Keith Hodges, Chris Muller Adriaan van Os for their
> > valuable
> > contributions.
> >
> > Please send me (or to the list)
> > - comments
> > - other possible solutions
> > - other scenario's
> > - other questions that are relevant to make a good decision
> >  - sample code
> > - information on reference implementations
> > - links
> > - answers to the questions in the doc.
> >
> > Stephan
> >
> I cant see my contribution, you could add:
>
> MySQL-driver
>
> Native driver for connecting to MySql via TCP/IP



Let me clarify this is only for Squeak. As this is a seaside website and
seaside runs in several smalltalk, I think it's necessary to clarify in
which dialect does a particular solution work.



>
>
> Magritte-RDB
>
> Maps magritte described objects to SQL tables, and queries into objects,
> currently only supports the MySQL driver, but OpenDBX support is planned.


Nice :)


>
> Magritte provides additional coercions for described data types.
> One to one associations are handled being retrieved with a Join.
>
> Example code.
>
> WSPersonalData realizeAll.
>
> WSPersonalData newRecord name: 'bob'; storeOnDB.
>
> { a. b. c. } storeOnDB.
>
>
> Keith
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090520/3964f478/attachment.htm


More information about the seaside mailing list