From 130fa207953749ad7f1391bf7d04d9b86b0f3c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Anast=C3=A1cio?= Date: Tue, 2 Jun 2026 18:53:50 -0300 Subject: [PATCH] docs: fix database driver examples --- docs/databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/databases.md b/docs/databases.md index c2cfb72..6ada5d3 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -69,7 +69,7 @@ databow --driver postgresql --uri postgresql://postgres:password@localhost:5432/ ## Databricks -Install the PostgreSQL driver with dbc: +Install the Databricks driver with dbc: ```sh dbc install databricks @@ -370,7 +370,7 @@ dbc install trino Connect to Trino: ```sh -databow --driver postgresql --uri http://user@localhost:8080?catalog=tcph&schema=tiny +databow --driver trino --uri 'https://user@localhost?catalog=tcph&schema=tiny' ``` ## Vitess