<br><br><div class="gmail_quote">On Wed, Aug 19, 2009 at 9:12 AM, Simon <span dir="ltr">&lt;<a href="mailto:simon.kirk@gmail.com">simon.kirk@gmail.com</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;">
<br>
Hi Mariano.<br>
<br>
That&#39;s very cool! Congratulations.</blockquote><div><br>Thanks!!!<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>
A quick question: Does this mean GlorpDBX is ready for MySQL? Or does<br>
it still only work with PostgreSQL?</blockquote><div><br>As you may know, Glorp has a Platform class for each database. They are most incomplete (as there weren&#39;t drivers) and thus this is what we are doing right now. Now, GlorpDBX only works with PostgreSQL and Oracle. But it&#39;s a matter of implementing those Platforms.<br>
<br>However, we have problems with OpenDBX and MySQL on Windows :(<br><br>Finally, if you want, with our refactor, you can create a Glorp Driver (Subclass of DatabaseDriver) for the native MySQL driver and should work perfect. <br>
<br>Cheers,<br><br>Mariano<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>
Cheers,<br>
Simon<br>
<br>
On Aug 19, 4:15 am, Mariano Martinez Peck &lt;<a href="mailto:marianop...@gmail.com">marianop...@gmail.com</a>&gt;<br>
wrote:<br>
<div><div></div><div class="h5">&gt; Hi folks: Since latest Pharo version 10418 SqueakDBX, Glorp and GlorpDBX<br>
&gt; loads easily in Pharo. The Cryptography package is not need any more as MD5<br>
&gt; was Incorporated in Pharo.<br>
&gt;<br>
&gt; You must have Installer installed in your image. If you use a Pharo it<br>
&gt; should be already installed, however in a core image, you should install it.<br>
&gt; The easier way is to just evaluate:<br>
&gt;<br>
&gt; ScriptLoader new installingInstaller.<br>
&gt;<br>
&gt; So, this is the summary to load this packages in Pharo:<br>
&gt;<br>
&gt; SqueakDBX: The loader will load not only SqueakDBX but also FFI.<br>
&gt;<br>
&gt; Installer ss<br>
&gt;     project: &#39;SqueakDBX&#39;;<br>
&gt;         install: &#39;SqueakDBXPharoLoader&#39;.<br>
&gt;<br>
&gt; And then evaluate:<br>
&gt;<br>
&gt; SqueakDBXPharoLoader loadSqueakDBX<br>
&gt;<br>
&gt; Glorp: This will apply the path to support underscore in selectors, load<br>
&gt; Glorp, the GlorpPharoAdaptor and the native PostgreSQL driver.<br>
&gt;<br>
&gt; Installer ss<br>
&gt;     project: &#39;Glorp&#39;;<br>
&gt;         install: &#39;GlorpPharoLoader&#39;.<br>
&gt;<br>
&gt; And then evaluate:<br>
&gt;<br>
&gt; GlorpPharoLoader loadGlorpWithNativePostgreSQLDriver<br>
&gt;<br>
&gt; GlorpDBX:   This will apply the path to support underscore in selectors,<br>
&gt; load Glorp and the GlorpPharoAdaptor. Then it will apply the path to Glorp<br>
&gt; to support different database drivers (our refactor) and will load the<br>
&gt; SqueakDBX Glorp Driver and also will load SqueakDBX and FFI. You don&#39;t nee<br>
&gt; to explicitly download SqueakDBX in this case.<br>
&gt;<br>
&gt; Installer ss<br>
&gt;     project: &#39;SqueakDBX&#39;;<br>
&gt;         install: &#39;SqueakDBXPharoLoader&#39;.<br>
&gt;<br>
&gt; And then evaluate:<br>
&gt;<br>
&gt; SqueakDBXPharoLoader loadGlorpDBX<br>
&gt;<br>
&gt; Best,<br>
&gt;<br>
&gt; Mariano<br>
</div></div>--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups &quot;glorp-group&quot; group.<br>
To post to this group, send email to <a href="mailto:glorp-group@googlegroups.com">glorp-group@googlegroups.com</a><br>
To unsubscribe from this group, send email to <a href="mailto:glorp-group%2Bunsubscribe@googlegroups.com">glorp-group+unsubscribe@googlegroups.com</a><br>
For more options, visit this group at <a href="http://groups.google.com/group/glorp-group?hl=en" target="_blank">http://groups.google.com/group/glorp-group?hl=en</a><br>
-~----------~----~----~----~------~----~------~--~---<br>
<br>
</blockquote></div><br>