Databases¶
databow can connect to any database with a compatible ADBC driver.
Amazon Redshift¶
Install the Amazon Redshift driver with dbc:
Connect to Amazon Redshift:
databow --driver redshift --uri postgresql://localhost:5439 --option redshift.cluster_type=redshift-serverless --option redshift.workgroup_name=<WORKGROUP_NAME> --option redshift.db_name=sample_data_dev
Apache Doris¶
Install the Arrow Flight SQL driver with dbc:
Connect to Apache Doris:
BigQuery¶
Install the BigQuery driver with dbc:
Connect to BigQuery:
databow --driver bigquery --option adbc.bigquery.sql.project_id=my-gcp-project --option adbc.bigquery.sql.dataset_id=bigquery-public-data
Citus¶
Install the PostgreSQL driver with dbc:
Connect to Citus:
Databricks¶
Install the PostgreSQL driver with dbc:
Connect to Databricks:
databow --driver databricks --uri databricks://token:<personal-access-token>@<server-hostname>:<port-number>/<http-path>
Dremio¶
Install the Arrow Flight SQL driver with dbc:
Connect to Dremio:
DuckDB¶
Install the DuckDB driver with dbc:
Connect to DuckDB (in-memory):
Connect to DuckDB (persistent):
GreptimeDB¶
Install the MySQL driver with dbc:
Connect to GreptimeDB:
MariaDB¶
Install the MySQL driver with dbc:
Connect to MariaDB:
Microsoft SQL Server¶
Install the Microsoft SQL Server driver with dbc:
Connect to Microsoft SQL Server:
MotherDuck¶
Install the DuckDB driver with dbc:
Connect to MotherDuck:
MySQL¶
Install the MySQL driver with dbc:
Connect to MySQL:
Neon¶
Install the PostgreSQL driver with dbc:
Connect to Neon:
OceanBase Database¶
Install the MySQL driver with dbc:
Connect to OceanBase Database:
Oracle Database¶
Install the Oracle Database driver with dbc:
Connect to Oracle Database:
ParadeDB¶
Install the PostgreSQL driver with dbc:
Connect to ParadeDB:
PostgreSQL¶
Install the PostgreSQL driver with dbc:
Connect to PostgreSQL:
SingleStore¶
Install the MySQL driver with dbc:
Connect to SingleStore:
Snowflake¶
Install the Snowflake driver with dbc:
Connect to Snowflake:
databow --driver snowflake --uri snowflake://user:pwd@myorg-account1/ANALYTICS_DB/SALES_DATA?warehouse=WH_XL&role=ANALYST
SQLite¶
Install the SQLite driver with dbc:
Connect to SQLite (in-memory):
Connect to SQLite (persistent):
StarRocks¶
Install the Arrow Flight SQL driver with dbc:
Connect to StarRocks:
Teradata¶
Install the Teradata driver with dbc:
Connect to Teradata:
TiDB¶
Install the MySQL driver with dbc:
Connect to TiDB:
TimescaleDB¶
Install the PostgreSQL driver with dbc:
Connect to TimescaleDB:
Trino¶
Install the Trino driver with dbc:
Connect to Trino:
Vitess¶
Install the MySQL driver with dbc:
Connect to Vitess:
Yellowbrick¶
Install the PostgreSQL driver with dbc:
Connect to Yellowbrick:
YugabyteDB¶
Install the PostgreSQL driver with dbc:
Connect to YugabyteDB: