Skip to content
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.

Clone this wiki locally