June 26, 2012
12:21 p.m.
On 06/26/2012 12:32 PM, Mariano Martinez Peck wrote:
2012/6/26 Torsten Bergmann <astares@gmx.de>
Regarding Glorp: how well does the Pharo port work with non-Postgresql already: MySQL, SQLServer, Oracle, Firebird, ... ?
They do all work with OpenDBXDriver. Of course you will need the OpenDBX library and the database client library. For Glorp, it is working for: Oracle, MySql, PostgreSQL, SQLite, SqlServer and ODBC
You should probably add that without an mt VM the drivers either block or poll. This is hardly ideal and not comparable to the "native" PostgreS and MySQL drivers that use sockets and don't have these issues. Cheers Philippe