Database
Explore branch data, inspect table structure, and find connection details.
Open a branch database
Open Database in the project sidebar to inspect the selected branch's database. Choose the intended project and branch before exploring data.
When a database is being provisioned, the page shows its setup status. Once ready, the table browser lists the tables available in that branch's schema.
Explore tables
Search the table list by name and select a table. Data shows its rows, with sorting and pagination. Structure shows the table's columns and their definitions.
Use Refresh database to reload the catalog and selected table after changes. Row totals shown as estimates are approximate.
Connect a database tool
Open Connection to see the host, port, database, user, schema, and SSL settings. You can reveal or copy the connection string for use in a database client.
The connection string is a credential. Keep it private and out of source files and thread messages. See Secrets and security for managing sensitive values.
Work with data changes
Use a thread to ask the agent to investigate data or change how your app stores it. Describe the intended outcome and identify the branch and tables involved.
Review schema and data changes in the correct branch environment. Merging source does not imply that database data moves between branches. Verify the affected app workflow before publishing.