Skip to content

⚛️ Buildpack for Heroku to install `ODBC Driver 17 for SQL Server` during the project's build stage. This enables the use of python module `pyodbc` in Heroku.

Notifications You must be signed in to change notification settings

matt-bertoncello/python-pyodbc-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: odbc

This is a Heroku buildpack.

This buildpack will place precompiled libmsodbcsql-17.5.so.2.1 and msodbcsqlr17.rll files in locations so Heroku can read the ODBC Driver 17 for SQL Server driver for python pyodbc. This driver is version 17.5.

Requirements

  • The first buildpack should be heroku-buildpack-apt: https://github.com/heroku/heroku-buildpack-apt.git
  • The second buildpack should be heroku/python: https://github.com/heroku/heroku-buildpack-python.git
  • The Aptfile should contain the following items: unixodbc unixodbc-dev
  • This buildpack should be after the apt buildpack and python buildpacks: https://github.com/matt-bertoncello/python-pyodbc-buildpack.git

About

⚛️ Buildpack for Heroku to install `ODBC Driver 17 for SQL Server` during the project's build stage. This enables the use of python module `pyodbc` in Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages