Not understanding the platform or if this is for local or remote purposes - I'd suggest writing an app tier as the proxy - perhaps domain specific RESTful services (your own api) that you can use standard/native ObjC apis to access. Perhaps the PostgreSQL ODBC client can be run to connect to remote H2 with the pgsql server running. Is there an ODBC/jdbc bridge on your platform that could work with the H2 jdbc driver? Implementing the wire protocol in another language would be a lot of work and potentially exposed/prone to protocol drift/breakage.
On Tuesday, September 18, 2012 6:39:37 AM UTC-7, Steve McLeod wrote: > > I've been wondering about the possibilities of connecting to an H2 > database from Objective-C. My vague feeling is that I'd have to write a > custom database API in Objective-C that uses a TCP connection to an H2 > database. > > Does this seem practical? Feasible? Anyone tried something like this? > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/VAWYGVSviMEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
