Supported Database Types¶
RagLeap connects to 7 database types for real-time AI queries and automations.
Supported Databases¶
| Database | Type | Connection |
|---|---|---|
| PostgreSQL | Relational | Host, port, database, username, password |
| MySQL | Relational | Host, port, database, username, password |
| MongoDB | Document | Connection string or host/port |
| REST API | HTTP | Endpoint URL, auth headers |
| CSV | File | Upload or URL |
| Snowflake | Cloud DW | Account, warehouse, database |
| BigQuery | Cloud DW | Project ID, credentials JSON |
Connect via Manager AI¶
Connect my PostgreSQL database: host=db.example.com port=5432 database=mydb username=admin password=secret
Manager AI connects, validates, and scans the schema automatically.
Security¶
- Credentials encrypted at rest
- All queries are SELECT only — no INSERT/UPDATE/DELETE
- Self-hosted plan: database never leaves your server
- Query results are not stored permanently
Real-Time Queries¶
Once connected, ask Manager AI: How many orders were placed today? Show me revenue for this month Which customers haven't ordered in 30 days? What is our current inventory level?
Sync Options¶
- Real-time query — AI queries live on each request
- Scheduled sync — data synced to RagLeap every 15 minutes
- Manual sync — trigger via Manager AI: "Sync my database"