Skip to main content

Supported Databases

Plumi connects to all major databases and data warehouses:

Adding a Connection

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

Connection Security

Plumi uses encrypted connections (SSL/TLS) by default. Your credentials are stored securely and never exposed.

Best Practices

  • Use read-only credentials when possible
  • Restrict IP access to Plumi’s servers
  • Rotate credentials regularly
  • Use service accounts instead of personal credentials

Connection Pooling

Plumi manages connection pools automatically:
  • Connections are reused efficiently
  • Idle connections are closed after timeout
  • Failed connections are retried automatically

Troubleshooting

Connection Refused

  • Verify the host and port are correct
  • Check firewall rules allow connections from Plumi
  • Ensure the database server is running

Authentication Failed

  • Verify username and password
  • Check the user has access to the specified database
  • Ensure the user can connect from remote hosts

SSL/TLS Errors

  • Enable SSL on your database server
  • Provide the correct CA certificate if required
  • Check SSL mode settings