Release: 1.3.12 | Release Date: December 16, 2019

SQLAlchemy 1.3 Documentation

Dialects

The dialect is the system SQLAlchemy uses to communicate with various types of DBAPI implementations and databases. The sections that follow contain reference documentation and notes specific to the usage of each backend, as well as notes for the various DBAPIs.

All dialects require that an appropriate DBAPI driver is installed.

Included, but not currently supported dialects

The following dialects have implementations within SQLAlchemy, but they are not part of continuous integration testing nor are they actively developed. These dialects may be removed in future major releases.

External Dialects

Currently maintained external dialect projects for SQLAlchemy include:

Previous: Core Internals Next: PostgreSQL