How to connect to postgresql from ios9
I'm building iOS9.3 app with Swift. I'm trying to connect the PostgreSQL directly, and yes I know usually the most common approach is to create a web api as bridge between apps and server(like MSSQL,PGSQL,MYSQL...), and that is the easy/safe way to do it. But right now I need to do direct connection, and I already tried several solution as below, but so far there is no luck. Basically these are build from Obj-C(2010~14), and I also have to create Bridging-Header to connect Obj-C and Swift(That is not a problem). But I'm stuck here. :( libpq.framework , PGSQLTouch , PGSQLKit-iOS-9.1.1 If I just