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. Explore

Search

PreviousExploreNextUpdate

Last updated 1 year ago

Was this helpful?

Table exploration and searching are implemented inside a single component

Column header are used as search engine. Type anything you want and the "LIKE" operator will be used by default

[NoSQL] Foreign key like type are handle so you can jump like a traditional SQL server

The relation use filter system to jump to declaration. Just click on a foreign key and you will be redirected to the corresponding table and row