[Pharo-project] DBXTalk and Pharo 2.0
I know there is MongoDB and other NoSQL stuff ... but interfacing with RDBMS is still common. What options do we have in Pharo 2.0 now? Is DBXTalk known to work on Pharo 2.0? Is the project still actively maintained? What are the plans there? Thx T.
On Tue, Mar 5, 2013 at 10:15 AM, Torsten Bergmann <astares@gmx.de> wrote:
I know there is MongoDB and other NoSQL stuff ... but interfacing with RDBMS is still common. What options do we have in Pharo 2.0 now?
Is DBXTalk known to work on Pharo 2.0?
The last time I tried to load DBXTalk in 2.0 the image hang up when loading FFI :(. So probably we should think on switching to NB FFI, but it will take some time...
Is the project still actively maintained? What are the plans there?
All dbxtalk should be working in 1.4 so far. I also try to update it with the contributions of people but sometimes my hands are full :).
Thx T.
Cheers, Guille
BTW, since Igor has worked on the bundling of native libraries, we can probably do that with the dbxtalk native libs also :). On Tue, Mar 5, 2013 at 10:24 AM, Guillermo Polito <guillermopolito@gmail.com
wrote:
On Tue, Mar 5, 2013 at 10:15 AM, Torsten Bergmann <astares@gmx.de> wrote:
I know there is MongoDB and other NoSQL stuff ... but interfacing with RDBMS is still common. What options do we have in Pharo 2.0 now?
Is DBXTalk known to work on Pharo 2.0?
The last time I tried to load DBXTalk in 2.0 the image hang up when loading FFI :(. So probably we should think on switching to NB FFI, but it will take some time...
Is the project still actively maintained? What are the plans there?
All dbxtalk should be working in 1.4 so far. I also try to update it with the contributions of people but sometimes my hands are full :).
Thx T.
Cheers, Guille
Torsten, On 05 Mar 2013, at 10:15, Torsten Bergmann <astares@gmx.de> wrote:
I know there is MongoDB and other NoSQL stuff ... but interfacing with RDBMS is still common. What options do we have in Pharo 2.0 now?
Is DBXTalk known to work on Pharo 2.0?
Is the project still actively maintained? What are the plans there?
Thx T.
I use it in 2.0 to access Postgresql databases using Glorp + the native (socket based) PostgresV2 driver. This works fine. Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
participants (3)
-
Guillermo Polito -
Sven Van Caekenberghe -
Torsten Bergmann