Home - Teradata/sqlalchemy-teradata GitHub Wiki

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.