WebDB
Links
  • 👋Welcome to WebDB Documentation
  • Installation
    • 1️⃣Standalone
    • 🔢Compose
    • ☸️K8S
    • 🖥️Native
    • 🛡️Security
    • ❌Uninstall
  • Connection
    • DBMS Discovery
    • Credentials Guessing
    • SSH Tunnel
  • Database
  • Interface
    • Schema
    • Database
    • Table
    • Relations
    • Structure
    • Offline
    • Symbols
    • Configuration
  • Explore
    • Explore
    • Search
    • Update
    • Batch Update
  • Query
    • Editor
      • Autocomplete
  • Structure
    • NoSQL inferring limitation
  • Insert
    • Generator
    • Framework embed
    • Foreign Key / Enum
    • Autocomplete
    • Error
  • Monitoring
    • Stats
    • Process List
  • Time machine
  • Compare
  • Blob
  • Encoding / Collation
  • Complexes
  • Backend
    • Configuration
    • Data storage
    • Docker container
  • Compatibility
  • More
    • Offline
    • Business Model
    • Alternatives
Powered by GitBook
On this page

Was this helpful?

  1. Interface

Schema

PreviousInterfaceNextDatabase

Last updated 1 year ago

Was this helpful?

Strict SQL DBMS like PostgreSQL or SQLServer have a entity between databases and tables:

WebDB consider it like a sub-database so you will see the delimiter character "¦ ¦ ¦" between the real database name and the real schema name

Creation

Schema creation is not handle by the UI as it's DBMS specific and kinda advanced usage

You can still create from the SQL editor

the schema