On Wed, May 7, 2014 at 3:12 PM, Esteban A. Maringolo <emaringolo@gmail.com>wrote:
As far as I understand, you have to install DBXTalk in your image, and have the OpenDBX drivers available. There is no native option for MySQL, nor a direct wrapper of MySQL client.
http://dbxtalk.smallworks.com.ar/DBXTalkDrivers/
Regards!
There is also stdb as in: http://www.squeaksource.com/StdbMysqlProtocol/ An example http://programminggems.wordpress.com/2012/02/27/using-mysql-in-aida-on-pharo... I do not know if it works in 3.0 but I am going to give it a shot in the coming week. Phil
Esteban A. Maringolo
2014-05-07 10:09 GMT-03:00 Andy Burnett <andy.burnett@knowinnovation.com>:
I need to write some agents that will process data in a MySQL database. They don't need to do anything particularly clever, and performance isn't a huge issue.
I read the threads about Glorp and DBXTalk, and I was left feeling a bit confused about the best approach. Given that my needs are simple, what would be the recommended way to interface with the database?
Cheers Andy á§