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
Postgres is one of the most commonly used warehouses, we should add driver support.
Provide Postgres driver as an individual extension.
We only support executing queries and preparing statements now, so the driver can ignore the builder commands (ExecuteOptions.operations)
ExecuteOptions.operations
The text was updated successfully, but these errors were encountered:
oscar60310
Successfully merging a pull request may close this issue.
What’s the problem you're trying to solve
Postgres is one of the most commonly used warehouses, we should add driver support.
Describe the solution you’d like
Provide Postgres driver as an individual extension.
Additional context
We only support executing queries and preparing statements now, so the driver can ignore the builder commands (
ExecuteOptions.operations
)The text was updated successfully, but these errors were encountered: