You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark Sandan edited this page Jul 21, 2016
·
1 revision
Welcome to the sqlalchemy-teradata wiki!
sqlalchemy-teradata is a dialect for SQLAlchemy. SQLAlchemy is a database toolkit that provides an abstraction over databases. It provides an ORM to sync objects in an application with tables in a database and an SQL Expression language to programatically generate SQL queries.
The Teradata Dialect is an implementation of SQLAlchemy's Dialect system. It essentially allows SQLAlchemy users to interact with the Teradata database.