laudio/pyodbc

By laudio

Updated 9 months ago

Python 3.11 and pyodbc with drivers for MySQL, PostgreSQL and MSSQL

Image
Languages & frameworks
Databases & storage
7

100K+

laudio/pyodbc repository overview

laudio/pyodbc

Docker image with python 3.11 and pyodbc. Includes ODBC drivers for MSSQL, PostgreSQL and MySQL.

Usage

Pull the image
$ docker pull laudio/pyodbc
Usage as a base image

Use laudio/pyodbc as a base image for your python script.

FROM laudio/pyodbc:3.0.0

WORKDIR /app

# Add your source files.
COPY ["src", "./src"]
COPY ["setup.py", "./"]

RUN pip install .

CMD ["python", "src/main.py"]

---

More Information: https://github.com/laudio/pyodbc

Tag summary

Content type

Image

Digest

sha256:6322c360f

Size

92.9 MB

Last updated

9 months ago

docker pull laudio/pyodbc