Skip to content

Refresh

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

  • 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.

  • 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