> For the complete documentation index, see [llms.txt](https://docs.syntho.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database.md).

# Connect to a database

## Define the source and destination database

Before you can synthesize your data, you must first create a workspace by connecting to a **source** and **destination** database. The **source** database contains the data that you want to synthesize. The **destination** database is the location where you want to write the synthetic data to.

Syntho supports connecting to a variety of different databases.

### Supported databases

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td align="center"><img src="/files/CNuH9ZhC4cXEE7O4SGZI" alt="" data-size="original"></td><td></td><td><a href="/pages/1AgoQHNXkEOFZHDZYoAM">/pages/1AgoQHNXkEOFZHDZYoAM</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/9InHAycy9uKNoCJmQUqt" alt="" data-size="original"></td><td></td><td><a href="/pages/pznUwXwGX0laz6Z8Vm28">/pages/pznUwXwGX0laz6Z8Vm28</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/X4UT7sCbuhaR9DWAn5Ow" alt=""></td><td></td><td><a href="https://github.com/shahin-hu/Translations/blob/main/English/setup-workspaces/create-a-workspace/connect-to-a-database/broken-reference/README.md">https://github.com/shahin-hu/Translations/blob/main/English/setup-workspaces/create-a-workspace/connect-to-a-database/broken-reference/README.md</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/dgFl0Em2sgyAYdTNHE6B" alt=""></td><td></td><td><a href="/pages/RynPf8Bl1w8VZOUWc3La">/pages/RynPf8Bl1w8VZOUWc3La</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/zHAzcsKmA8Lc8N9PV4Vt" alt=""></td><td></td><td><a href="/pages/xkIy1PQOBX7okiF6Qit0">/pages/xkIy1PQOBX7okiF6Qit0</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/6cP5UOewt66pJ90SddtY" alt=""></td><td></td><td><a href="/pages/Vxaa98oEtqQ7bbb2F8Ut">/pages/Vxaa98oEtqQ7bbb2F8Ut</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/ZAoG2FClzZ54bTViSWcz" alt=""></td><td></td><td><a href="/pages/tVqZES0tnUCTNmri20wx">/pages/tVqZES0tnUCTNmri20wx</a></td><td></td></tr></tbody></table>

### Supported filesystems (destination only)

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"></td><td align="center"><img src="/files/DjcjcG0N9R423RsCYsuz" alt=""></td><td align="center"></td><td><a href="/pages/tdYBoBDngVGXePMYIAu0">/pages/tdYBoBDngVGXePMYIAu0</a></td></tr><tr><td align="center"></td><td align="center"><img src="/files/Tgmql4IRatHvmMZOhtPs" alt="" data-size="original"></td><td align="center"></td><td><a href="/pages/ke8Vqm2KENKJdJ6HvE97">/pages/ke8Vqm2KENKJdJ6HvE97</a></td></tr></tbody></table>

## Batch size options

Syntho processes data in batches. **Batch size** controls the maximum datapoints Syntho reads, generates, and writes per batch. Lower values reduce memory usage for large databases. To change this setting, see [View and adjust generation settings](/configure-a-data-generation-job/generation-and-validation/view-and-adjust-generation-settings.md#advanced-generation-settings).

## Request a new connector

If Syntho doesn't have a native (built-in) connector for your data, you can request it with your Syntho contact person. Syntho regularly reviews requests by customers to help determine and prioritize what features should be added to the product.

## Connector considerations & limitations

This section outlines the general considerations and limitations associated with various connectors. For specific considerations or limitations of a particular connector, visit its respective page.

* All connectors, except for Microsoft SQL Server, write special Unicode characters as-is (e.g., `De\u200bC → De\u200bC`).
* For Microsoft SQL Server, behavior depends on the driver:
  * ODBC Driver: Interprets and removes special Unicode characters (`De\u200bC → DeC`).
  * FreeTDS Driver: Cannot interpret special characters, replacing them with `?` (`De\u200bC → De?C`).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.syntho.ai/setup-workspaces/create-a-workspace/connect-to-a-database.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
