Skip to content

Buildback for heroku odbc for Qunect (ODBC for Quick Base)

Notifications You must be signed in to change notification settings

codymihai/odbc-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Buildback for heroku odbc for Qunect (ODBC for Quick Base)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages