Skip to content

Commit

Permalink
Update docs/website/docs/tutorial/sql_database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Sep 12, 2024
1 parent e15365c commit 9b1b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/tutorial/sql_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: How to extract data from a SQL Database using dlt's SQL Database co
keywords: [sql connector, sql database pipeline, sql database]
---

This tutorial will show you how you can use `dlt` to load data from a SQL Database (PostgreSQL, MySQL, Microsoft SQL Server, Oracle, IBM DB2, etc.) into any `dlt`-compatible destination (Postgres, BigQuery, Snowflake, DuckDB, etc.).
This tutorial will show you how you can use dlt to load data from a SQL Database (PostgreSQL, MySQL, Microsoft SQL Server, Oracle, IBM DB2, etc.) into any dlt-compatible destination (Postgres, BigQuery, Snowflake, DuckDB, etc.).

To make it easy to reproduce, we will be loading data from the [public MySQL RFam database](https://docs.rfam.org/en/latest/database.html) into a local DuckDB instance.

Expand Down

0 comments on commit 9b1b87b

Please sign in to comment.