[odb-users] Re: Questions about ODB.

Boris Kolpackov boris at codesynthesis.com
Tue Mar 25 06:29:43 EDT 2014


Hi Bruce,

Bruce Cresanta <cresanta at me.com> writes:

> I'm writing a cross platform app for Mac, iPhone, and Windows. I have
> managed to compile mysqlclient 6.1.3 for iPhone after many days of trying.
> Need to persist objects to MySQL via SSL and SQLite locally from iPhone AND
> Mac and Windows.  Can you give me any guidance if this is possible with ODB?

It should be. I know a lot of people are using ODB with SQLite on iOS.
So it is a matter of building the MySQL client library (note that it
is the C API library that you need, not the whole "Connector" stuff).
If you can do that, then I think there won't be any issues.

> Seems that your database connectors may not be able to compile for the arm
> architecture.

I am not sure what you mean by "your database connectors". But the
whole of ODB targeting SQLite has been compiled for ARM:

http://wiki.codesynthesis.com/Using_ODB_on_Mobile_and_Embedded_Systems

http://wiki.codesynthesis.com/Using_ODB_on_Android


> Do they support bundled SSL?

It is the MySQL client library that needs to be built with SSL support.
See this thread for details:

http://www.codesynthesis.com/pipermail/odb-users/2012-January/000425.html


> Would be interested in trying to get your code to work with iPhone
> if you are willing.

Sure, I am happy to help where I can. One thing that I would ask
though is that we take any further technical discussion over to
the odb-users mailing list, which, BTW, I've CC'ed to this reply.

Boris



More information about the odb-users mailing list