Can I connect from Titanium Developer Desktop App to postgresql?
Let me 开发者_开发知识库know. How can I connect from Titanium Desktop Application to postgresql database?
Thanks Nge
Using PHP you can use dl() to load a php extension for postgres + pdo_postgres if you use PDO. Be carefull on multiplatform deply to have correct extension module compile flags on Windows and mac.
精彩评论