On Fri, Oct 19, 2012 at 7:47 PM, Yanni Chiu
<yanni@rogers.com> wrote:
If the native Postgres driver is good enough for now, there's no need to bother getting hardware specific opendbx libraries to work. However, the dbxtalk configuration includes Glorp, which you might want to try out.
Yes, but still, you can also use Glorp with the native postgres driver if you want.�
(((Smalltalk at: #ConfigurationOfGlorpDBX)
� � perform: #project)
� � � � perform: #version: with: #stable)
� � � � � � load: 'GlorpPostgresV2Native'
If you have more questions/problems, please ask :)