blue-yonder / turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
http://turbodbc.readthedocs.io/en/latest
MIT License
623 stars 85 forks source link

Django support. #322

Open kapoorabhish opened 3 years ago

kapoorabhish commented 3 years ago

Hello, I have been asked to evaluate Turbodbc. We have django project and we use the postgres database backend available out of the box for the same. Since Turbodbc claims to be fast, would like to use it in our project.

I would appreciate if someone can help me to know how to integrate it with django as database backend if that's possible at all.

xhochy commented 2 years ago

Can you specify what you actually need from turbodbc? Couldn't you specify it instead of pyodbc in the connection string?