Connecting Your Database
Learn how to securely link structured SQL tables or unstructured JSON files.
SUDTCore enables you to connect your raw database directly to an AI agent securely.
Step 1: Secure Connection
Navigate to the Connections tab inside your SUDTCore dashboard. We support a broad array of sources depending on your use case:
- Relational (PostgreSQL, MySQL, SQL Server)
- NoSQL (MongoDB, DynamoDB)
- Files (CSV, JSON, Parquet)
Important: SUDTCore requests Read-Only access credentials. The AI will never write,
DROP, or mutate your data tables.
Step 2: The Business Glossary
After syncing your schema structure, define crucial business logic inside the Business Glossary. For example, if you are a local retailer, you might define "Walk-in Traffic" via a specific SQL formula relying on door-sensor data. The AI will strictly follow these formulas rather than guessing.