Open drobert opened 5 years ago
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?
General ODBC support can be added with the apt buildpack
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!
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?