Page: Tables Browser¶
Developer tool for browsing SpacetimeDB tables with live row counts.
Overview¶
The Tables page is a developer tool (Owner-only) that provides a browser for all SpacetimeDB tables in the platform module. It shows live row counts and allows exploring table contents.
Access Control¶
This page is in the Developer navigation group and requires AdminLevel = Owner (2).
Features¶
| Feature | Description |
|---|---|
| Table List | All 6 subscribed platform tables with live row counts |
| Row Browser | Click a table to view all rows in a data table |
| Column Detection | Automatic column header detection from row data |
| Live Updates | Row counts and data update in real-time via subscriptions |
Subscribed Tables¶
| Table | Description |
|---|---|
| ServerConfig | Per-server configuration |
| BanEntry | Player bans |
| WhitelistEntry | Whitelist entries |
| AdminRole | Admin permissions |
| PanelSession | Active panel sessions |
| PanelAuditLog | Audit trail |
Related Pages¶
- SQL Console — run arbitrary SQL queries
- Platform Tables — table documentation