System databases & schemas
✓ functionalChoose whether each engine's built-in objects are folded away, shown inline, or kept out of sight.
Every engine ships useful-but-rarely-visited places such as master,
tempdb, sys, INFORMATION_SCHEMA, and
PostgreSQL's pg_catalog. SQLly tucks them away by default, while
Settings › Data Model › Server Explorer lets you choose how
visible they should be.
| What | Choices | Default |
|---|---|---|
| System databases master, tempdb, model, msdb; PostgreSQL template0/template1/postgres | Group into a System Databases folder / show inline with user databases / hidden | Folder |
| System schemas sys, INFORMATION_SCHEMA, guest, db_* roles, PostgreSQL pg_* & crdb_internal | Group into a System Schemas folder / hidden / only show if not empty | Folder |
Changes take effect the next time a server or database is expanded.