groovytron / python-container

Container for Python web development
MIT License
1 stars 1 forks source link

Add SQL headers for other databases #9

Open groovytron opened 3 years ago

groovytron commented 3 years ago

This would fix this issue: https://stackoverflow.com/a/31360218

groovytron commented 3 years ago

The following commands need to be run to install Microsoft SQL drivers on Ubuntu Bionic:

$ curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
$ curl https://packages.microsoft.com/config/ubuntu/18.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
$ apt-get update
$ ACCEPT_EULA=Y apt-get install msodbcsql17