We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I do not like the callback style
The text was updated successfully, but these errors were encountered:
There is not a synchronous API available. If you look at the connectSync function it shows you how to create a synchronous wrapper the the async functions: https://github.com/IBM-Swift/Swift-Kuery-PostgreSQL/blob/511db44db0305d3ba0d06260d407cc269074ec3e/Sources/SwiftKueryPostgreSQL/PostgreSQLConnection.swift#L195
I always wondered if we could create a generic wrapper but never got around to trying it.
Sorry, something went wrong.
No branches or pull requests
I do not like the callback style
The text was updated successfully, but these errors were encountered: