On Wed, May 7, 2014 at 10:09 AM, 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.
If performance is not a huge issue, and all you need to do is to write a few queries (now to map a whole domain model into a relational DB), then you may bypass the ORM (Glorp). If performance is not a very high issue, and your usage is quite simple and limited, you may want to search/test the old squeak MySQL driver and see if you can make it work and if it works with latests MySQL version.
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 á§
-- Mariano http://marianopeck.wordpress.com