Refresh

Refresh your database connection in DBCode to load the latest structure changes without needing to reconnect.

Refresh a connected database to pick up the latest schema changes (new tables, columns, views, or other objects) without disconnecting.

DBCode sidebar showing the Connections toolbar with the Refresh button
The Refresh button in the Connections toolbar reloads all connected databases

How to Refresh

  • Toolbar - Click the Refresh button (circular arrow icon) in the Connections toolbar to refresh all connected databases
  • Context menu - Right-click a specific connection and select Refresh to refresh just that connection

DBCode reloads the list of tables, views, and other database objects, ensuring you’re working with the most current schema.

When to Refresh

  • Structure changes - After creating, altering, or dropping tables, columns, or views outside of DBCode
  • Collaboration - To see changes made by other users or processes on the same database
  • Deployments - After running migrations or DDL scripts