Closed dellintosh closed 6 years ago
Not at the moment, but there may be in future. Thanks for registering this issue.
It looks like someone already did the work to build a dialect:
https://github.com/m32/sqlalchemy-tds
I was able to use this and connect using code like this:
eng = sqlalchemy.create_engine('mssql+pytds://' + username + ':' + password + '@' + dbserver + '/' + dbname)
Just to confirm that sqlalchemy-tds
works as expected.
I'm new to Python and I don't know how to use sqlalchemy with pytds passing table valued parameters...¿someone knows a example doing it? ¿can help me pointing that sample, please?
Any plans to add a dialect to tie in with SQLAlchemy?
http://docs.sqlalchemy.org/en/latest/dialects/index.html