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
We use the data warehouse Snowflake. To access it from PHP requires either general ODBC support or their own pdo_snowflake extension.
Is it possible to add support for any means of connecting to snowflake from within the heroku php buildpack?
The text was updated successfully, but these errors were encountered:
General ODBC support can be added with the apt buildpack
Sorry, something went wrong.
I've created a buildpack for the PDO driver at https://github.com/morrislaptop/heroku-php-snowflake-buildpack let me know if works for you!
No branches or pull requests
We use the data warehouse Snowflake. To access it from PHP requires either general ODBC support or their own pdo_snowflake extension.
Is it possible to add support for any means of connecting to snowflake from within the heroku php buildpack?
The text was updated successfully, but these errors were encountered: