I got it working on Pharo3 on Linux with MySQL 5.1 at the connectivity level.
Do we migrate the code to SmalltalkHub and add some configuration?
I know that Olivier told me that he uses a direct mysql driver (or I confused it with another one).
Stef
On 7/5/14 15:26, Sven Van Caekenberghe wrote:
Hi Andy,
On 07 May 2014, at 15:09, Andy Burnett <andy.burnett@knowinnovation.com> wrote:
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.Googling a bit let to this:
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
Now available: a database conectivity API and its MySQL implementation
http://forum.world.st/Now-available-a-database-conectivity-API-and-its-MySQL-implementation-td3854743.html
Sven