heroku-buildpack-snowflake-odbc

by Popmenu

README.md

heroku-buildpack-snowflake-odbc

Usage

This requires heroku-buildpack-apt to run before it, with the following in the Aptfile:

unixodbc-dev
https://raw.githubusercontent.com/carwow/heroku-buildpack-snowflake-odbc/master/snowflake-odbc.deb

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/Popmenu/heroku-buildpack-snowflake-odbc.git

For existing applications:

$ heroku buildpacks:set https://github.com/Popmenu/heroku-buildpack-snowflake-odbc.git -a YOUR_APP_NAME