[Quickfix-developers] Using MySQL from Python
Brought to you by:
orenmnero
|
From: Reggie D. <re...@me...> - 2007-10-10 00:15:36
|
I'm using the Python bindings in version 1.12.4 of QuickFix to write an initiator application. It's working using files for the log and the store, and now I'd like to switch over to use MySQL. When I change FileStoreFactory and FileLogFactory to MySQLStoreFactory and MySQLLogFactory respectively, the program dies because my quickfix python module doesn't have a MySQLStoreFactory attribute, even though I've compiled in support for MySQL. Now, I'm no SWIG expert, but when I look in the quickfix.i file it seems as though the SQL stuff is not included which would seem to mean that SQL is not currently supported in Python and Ruby. So my question is: is this really the case, or am I missing something somewhere. Thanks for any guidance you can give. -Reggie -- Reggie Dugard Merfin, LLC |