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
  • Relations
  • Full value display
  • Nested documents

Was this helpful?

  1. Explore

Explore

PreviousExploreNextSearch

Last updated 1 year ago

Was this helpful?

Relations

Each relation value are href href to primary key, even with NoSQL relation

Full value display

With the "Show data types, null, empty string and empty key" settings, you can display data in JSON style.

Null value are then displayed as 'null' and you see String wrap with quote

Nested documents

NoSQL documents, JSON and Array are simply display

By default they are collapsed, click on the arrow to expend them

The folder () icon take place when the value is too huge. Click on it to mke the value appear

πŸ“