# Database Connectors

With Mito AI, you can get answers from your database without writing a single line of SQL.

### Initial Setup

{% embed url="<https://www.youtube.com/watch?v=sJgphOrmZb4>" %}

You can connect your database from the **Settings** page, under the **Database** tab.&#x20;

The first time you connect, it may take a few seconds while Mito AI analyzes your tables and columns.

### Using Your Database in Chat&#x20;

In the chat task pane, you can ask questions about your database. Mito AI will usually detect and use the connected database automatically, even if you don’t mention it explicitly.

That said, being specific—such as naming a table or column—often improves the accuracy of responses.

Alternatively, you can use the **@** key to bring up the variable dropdown menu, where you can search for you database (using its alias), and explicitly reference the database.&#x20;

### FAQs

#### **What databases are supported?**

Currently Mito AI supports:

* Microsoft SQL Server
* MySQL
* Oracle
* PostgreSQL
* Snowflake
* SQLite

#### **Do you store my database credentials?**&#x20;

No. Your database credentials are stored locally on your machine. Mito AI references your credentials through a local config file when establishing a connection.

Your credentials are never sent to our servers or stored remotely.
