Skip to content

Frequently Asked Questions

I can’t connect to my database. What should I do?

Section titled “I can’t connect to my database. What should I do?”

First, verify your connection credentials are correct. Common issues include:

  • Incorrect host, port, username, or password
  • Database not accepting remote connections
  • Firewall blocking the connection
  • SSL/TLS configuration issues

Try enabling debug mode to see detailed connection logs.

No. DBCode runs entirely within VS Code on your local machine. All database connections are made directly from your computer to your database.

The DBCode icon isn’t showing up in VS Code

Section titled “The DBCode icon isn’t showing up in VS Code”

Make sure the extension is installed and enabled:

  1. Open Extensions view (Cmd+Shift+X or Ctrl+Shift+X)
  2. Search for “DBCode”
  3. Verify it’s installed and not disabled
  4. Try reloading VS Code

Yes. DBCode:

  • Runs entirely locally in VS Code
  • Never sends your database credentials or data to external servers
  • Stores connection details encrypted in VS Code’s secure storage
  • See our Security documentation for details

DBCode collects anonymous telemetry data only if you have VS Code telemetry enabled. This helps improve the extension. No query contents or database credentials are ever collected. See Telemetry for details.

The free version includes unlimited database connections for all supported databases. See Pricing for details on Pro features like AI assistance, sharing, and advanced capabilities.

Yes! Pro features are available during your trial period. Contact help@dbcode.io if you have questions about your trial status.

Please report bugs on our GitHub Issues page. Include:

  • Your VS Code version
  • DBCode version
  • Database type and version
  • Steps to reproduce
  • Debug logs if applicable

Feature requests are welcome on GitHub Issues. Use the “Feature Request” label.

How do I get help with something not covered here?

Section titled “How do I get help with something not covered here?”

Check out our Getting Help page for all the ways to reach us.