Everything you need to know about securely connecting your databases to WhoPrompt
Get connected in 3 simple steps
Set up a database user with SELECT-only permissions
Ensure encrypted connections are enabled
Paste your connection string in WhoPrompt
WhoPrompt securely connects to your database to run read-only queries. Your credentials are encrypted using AES-256-GCM encryption and stored securely. We never access your data directly - all queries run through secure, isolated connections.
All credentials encrypted at rest
Only SELECT statements allowed
Query results never stored permanently
For non-technical users or for quick analysis, WhoPrompt allows you to upload spreadsheet files directly. We handle the parsing and make your data available for analysis.
XLSX, XLS, and CSV files are supported.
Your spreadsheet is made available for analysis right after upload.
postgresql://username:password@hostname:5432/database_name?sslmode=require
postgresql://user:pass@ep-xxx.aws.neon.tech/dbname?sslmode=require
postgresql://postgres:pass@db.xxx.supabase.co:5432/postgres
postgresql://postgres:pass@containers-us-west-xxx.railway.app:5432/railway
For enhanced privacy, you can exclude specific tables from being accessed by the AI. This is useful for tables containing PII or other sensitive information.
Grant only SELECT permissions. Never give INSERT, UPDATE, or DELETE access.
Always use encrypted connections for production databases to protect data in transit.
Generate complex passwords with mixed characters, numbers, and symbols.
Change database passwords every 90 days and update them in WhoPrompt.
Whitelist only necessary IP addresses to access your database.
Keep databases in private networks (VPC) when possible, use VPN or SSH tunnels.
Can't find what you're looking for? Our support team is here to help you get connected.
Typical response time: Within 24 hours