-
SQLAlchemyDev Language/Python 2020. 3. 6. 08:31
Overview
Database
- Oracle
- PostgresSQL
- MySQL
- SQLite
- Microsoft SQL Server
External Dialects
- ibm_db_sa - driver for IBM DB2 and Informix.
- PyHive - driver for Apache Hive and Presto.
- teradatasqlalchemy - driver for Teradata Vantage.
- pybigquery - driver for Google BigQuery.
- sqlalchemy-redshift - driver for Amazon Redshift, adapts the existing PostgreSQL/psycopg2 driver.
- sqlalchemy-drill - driver for Apache Drill.
- sqlalchemy-hana - driver for SAP Hana.
- sqlalchemy-solr - driver for Apache Solr.
- sqlalchemy_exasol - driver for EXASolution.
- sqlalchemy-sqlany - driver for SAP Sybase SQL Anywhere, developed by SAP.
- sqlalchemy-monetdb - driver for MonetDB.
- snowflake-sqlalchemy - driver for Snowflake.
- sqlalchemy-tds - driver for MS-SQL, on top of python-tds.
- crate - driver for CrateDB.
- sqlalchemy-access - driver for Microsoft Access, on top of pyodbc.
- elasticsearch-dbapi - readonly driver for Elasticsearch.
- pydruid - driver for Apache Druid.
- gsheets - driver for Google Sheets
Reference
SQLAlchemy Documentation — SQLAlchemy 1.3 Documentation
docs.sqlalchemy.org