> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/writebackextreme/prologue/architecture/supported-databases.md).

# Supported databases

<table data-header-hidden><thead><tr><th width="103"></th><th></th></tr></thead><tbody><tr><td><img src="/files/D92o2NL20AEk8ZoEw3V7" alt="" data-size="original"></td><td>MySQL version 5.7, 8.0 or higher<br>(Native, no additional driver installation needed)</td></tr><tr><td><img src="/files/DXpo4ZsuMfkNcrIWmItw" alt="" data-size="original"></td><td>Microsoft SQL Server 2016 or later<br>(Native, no additional driver installation needed)</td></tr><tr><td><img src="/files/CO4jr4a2C5mEVA5cy0nI" alt="" data-size="original"></td><td>PostgreSQL version 14 or later<br>(Native, no additional driver installation needed)</td></tr><tr><td><img src="/files/tjaCatwUujMZdaNGRrhT" alt="" data-size="original"></td><td><p>Snowflake via ODBC or natively</p><p>(Editing a schema is partially supported because of database limits)</p></td></tr><tr><td><img src="/files/cC9bkuAtt0S99i120iX3" alt="" data-size="original"></td><td>Amazon Redshift<br>(Native, no additional driver installation needed)</td></tr><tr><td><img src="/files/8QpNXFbK0uJZhy7CSRAL" alt="" data-size="original"></td><td>Oracle via OCI8 ^2.2.0 or 3.0<br>(Native, no additional driver installation needed)</td></tr><tr><td><img src="/files/RsTG1tL9V5LS3zzmJBid" alt="" data-size="original"></td><td>Google Big Query<br><br>Keep in mind that GBQ has <a href="https://cloud.google.com/bigquery/quotas">Quotas and limits</a>. For example it is limited to 1500 Table modifications per day which makes it less usable for bulk imports. </td></tr><tr><td><img src="/files/cTzvSIahrLTxJBdtO7Te" alt="" data-size="original"></td><td>Databricks via ODBC</td></tr><tr><td><img src="/files/8QFbXp3jNjsqrgFEYJqi" alt="" data-size="original"></td><td>Sap Hana via ODBC <br>(Available from WriteBackExtreme 5.5)</td></tr><tr><td><img src="/files/9Li8X0k50Yfc1vRXEJLx" alt="" data-size="original"></td><td>Teradata via ODBC</td></tr><tr><td><img src="/files/Exzl0Bv2bbS64i6GLZZe" alt="" data-size="original"></td><td>Azure Synapse<br>(Native, no additional driver installation needed)<br>(Text fields are limited to 4000 characters)</td></tr><tr><td><img src="/files/mF2kdmjJzgkjv5wbPQvi" alt="" data-size="original"></td><td>IBM DB2 via ODBC<br>(Available from WriteBackExtreme 5.7)</td></tr></tbody></table>


---

# 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.infotopics.com/writebackextreme/prologue/architecture/supported-databases.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.
