# Databases

- [Azure Cosmos DB](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/azure-cosmos-db.md): Guide to integrate your Azure Cosmos DB with Sprinkle
- [Azure Table Storage](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/azure-table-storage.md): Guide to integrate your Azure Table with Sprinkle
- [Google BigQuery](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/google-bigquery.md): Guide to integrate your BigQuery to Sprinkle
- [Mongo DB](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/mongo-db.md): Guide to Integrate your Mongo DB with Sprinkle
- [MySQL DB](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/mysql-db.md): Guide to Integrate your MySQL database with Sprinkle
- [Oracle DB](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/oracle-db.md): Guide to Integrate your Oracle database with Sprinkle
- [Postgres DB](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/postgres-db.md): Guide to Integrate your Postgres database with Sprinkle
- [SQL Server DB](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/sql-server-db.md): Guide to Integrate your SQL Server database with Sprinkle
- [Features](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features.md)
- [Ingestion Modes](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/ingestion-modes.md): Brief description of the various ingestion modes on Sprinkle
- [Add Multiple Datasets](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/add-multiple-datasets.md): How to use the Add Multiple Datasets feature?
- [CDC Setup](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup.md)
- [CDC setup in Mysql](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup/cdc-setup-in-mysql.md)
- [CDC setup in Postgres](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup/cdc-setup-in-postgres.md)
- [CDC setup in Mongo](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup/cdc-setup-in-mongo.md)
- [CDC setup in SQL Server](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/cdc-setup/cdc-setup-in-sql-server.md)
- [Destination Create Table Clause](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/destination-create-table-clause.md): Overview of clauses that can be used in the Destination Create Table Clause field while adding tables to the destination (warehouse) through Data Imports in Sprinkle.
- [SSH Tunnel Setup](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/ssh-tunnel-setup.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
