PyTd
PyTd copied to clipboard
A Python Module to make it easy to script powerful interactions with Teradata Database in a DevOps friendly way.
Currently the DBAPI supports teradata.datatypes.Interval as the underlying python object for teradata INTERVAL types. Python has a native object from the datetime package called datetime.timedelta that can be used.
Hi Eric, Before putting my query I would like to thank you for your support and time you had given to us. I would like to share some more information...
Other projects might need a Teradata DBAPI implementation (for example, I'm implementing a [sqlalchemy dialect for Teradata](https://github.com/sandan/sqlalchemy-teradata) which relies on a DBAPI implementation). While this project implements the tdodbc module,...
Add integration testing through Travis CI to automatically check all incoming commits and pull requests for syntax, PEP8 conformity and basic functionality. Create Travis account (free for open source projects)...