<br><br><div class="gmail_quote">On Wed, May 20, 2009 at 6:43 PM, Keith Hodges <span dir="ltr">&lt;<a href="mailto:keith_hodges@yahoo.co.uk">keith_hodges@yahoo.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Stephan Eggermont wrote:<br>
&gt; There is now a page on persistence at:<br>
&gt; <a href="http://www.seaside.st/documentation/persistence" target="_blank">http://www.seaside.st/documentation/persistence</a><br>
&gt;<br>
&gt; I&#39;d like to thank Ramon Leon, James Foster, James Robertson,<br>
&gt; Göran Krampe, Keith Hodges, Chris Muller Adriaan van Os for their<br>
&gt; valuable<br>
&gt; contributions.<br>
&gt;<br>
&gt; Please send me (or to the list)<br>
&gt; - comments<br>
&gt; - other possible solutions<br>
&gt; - other scenario&#39;s<br>
&gt; - other questions that are relevant to make a good decision<br>
&gt;  - sample code<br>
&gt; - information on reference implementations<br>
&gt; - links<br>
&gt; - answers to the questions in the doc.<br>
&gt;<br>
&gt; Stephan<br>
&gt;<br>
</div>I cant see my contribution, you could add:<br>
<br>
MySQL-driver<br>
<br>
Native driver for connecting to MySql via TCP/IP</blockquote><div><br><br>Let me clarify this is only for Squeak. As this is a seaside website and seaside runs in several smalltalk, I think it&#39;s necessary to clarify in which dialect does a particular solution work.<br>
<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Magritte-RDB<br>
<br>
Maps magritte described objects to SQL tables, and queries into objects,<br>
currently only supports the MySQL driver, but OpenDBX support is planned.</blockquote><div><br>Nice :)  <br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Magritte provides additional coercions for described data types.<br>
One to one associations are handled being retrieved with a Join.<br>
<br>
Example code.<br>
<br>
WSPersonalData realizeAll.<br>
<br>
WSPersonalData newRecord name: &#39;bob&#39;; storeOnDB.<br>
<br>
{ a. b. c. } storeOnDB.<br>
<font color="#888888"><br>
<br>
Keith<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>