Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.06 KB

odbc-heroku

NOTE

This buildpack is used for a custom connection to qunect (ODBC for Quick Base) . But you can adapt it for your requirements based on Buildpack API

Usage

In order to use this buildpack, you have to add a new one heroku-buildpack-apt . The buidldpack-apt will install you the libraries for unixodbc & unixodbc-dev.

I used this buildpack for a nodeJs application.

My buildpack list & orders:

  1. My first buildpack was heroku-buildpack-apt .

    • added in the Aptfile:
    unixodbc
    unixodbc-dev
    
  2. Second one heroku/nodejs .

  3. Third one odbc-heroku .

You can configure how do you want the credentials of connection, for this example adding ENV variables

  • QUICKBASE_USERNAME
  • QUICKBASE_PASSWORD
  • QUICKBASE_SERVER