Skip to content

Connect a Database

RagLeap's AI Manager can connect to your external database and use it to answer customer questions in real time.

Open Manager AI and say:

"Connect my PostgreSQL database"

Manager will ask for credentials one at a time. You do not need to know connection string syntax.

Via the Connectors page

  1. Go to Connectors in the sidebar
  2. Click Add Data Source
  3. Select your database type
  4. Fill in the connection details
  5. Click Test Connection
  6. Click Save

Connection details needed

Field Example
Host db.mycompany.com or localhost
Port 3306 (MySQL) / 5432 (PostgreSQL)
Database name orders_db
Username ragleap_user
Password your_password

After connecting

Once connected, Manager AI will automatically:

  1. Scan your schema (all tables and columns)
  2. Suggest automations per channel
  3. Offer to deploy them with one command

See AI Implementation Studio for the full flow.

Security

  • Connection strings are encrypted at rest using AES encryption
  • Credentials are stored only on your server
  • Never sent to Anthropic, OpenAI, or RagLeap's servers
  • Only SELECT queries are allowed — no write access to your database