MBS SQL Plugin 22.4 - Connecting to postgresql in iOS

Hi,

Last year, I was able to connect directly to a postgresql database in iOS by using the command
“InternalPostgreSQLLibraryMBS.Use”

With the latest plugin, the command is deprecated and I cannot find a way to make it work.

Is it still possible to do so?

Thanks

Do you get an error?
It should still work although we didn’t update the Postgres version for some time and recommend to use libpq.dll/dylib/so files instead.

See our downloads here:
https://www.monkeybreadsoftware.de/xojo/download/plugin/Libs/

I See that a transaction function was missing, which I will add now into the loading of the internal one.

3 Likes