denisenkom / pytds

Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
MIT License
192 stars 53 forks source link

Reference SQLAlchemy in readme #105

Open tpow opened 5 years ago

tpow commented 5 years ago

In #58 there were comments about a SQLAlchemy dialect for pytds. It might be nice to mention https://github.com/m32/sqlalchemy-tds in the readme like the Django backend.

Tim