Tables and records
After a database is connected, the table view helps you inspect records.
Use table browsing to
- Confirm seed data exists.
- Check generated CRUD screens against stored records.
- Validate user, product, booking, invoice, or task data.
- Add or update records during testing.
Safe editing
- Work in a test database while experimenting.
- Keep sample records clearly labeled.
- Avoid storing secrets or credentials as normal table values.
- Confirm the app preview after changing records.
If no tables appear
- Confirm you selected the right database.
- Ask the assistant to create or migrate the schema.
- Check terminal output for migration errors.
- Refresh the database explorer after schema changes.