denisenkom / pytds

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

support for bare TDS parsing #163

Open user3472g opened 3 months ago

user3472g commented 3 months ago

A feature request to expose TDS parsing methods or classes so TDS data (bytes) can be parsed without having to connect to a database.