Use Case Guides
API Development
API Development
WhoDB is useful when you are building or debugging an API layer on top of a database and need fast visibility into schema shape, live data, and query behavior.
Note
This page is about APIs you build on top of your database. WhoDB's web backend is not documented as a supported public API for external integrations.
Where It Helps
Schema Inspection
Check tables, columns, relationships, and field types before you change your API contracts.
Query Prototyping
Use Scratchpad to validate the SQL behind new endpoints and compare result shapes quickly.
Seed And Fixture Data
Use the in-app import panel for CSV, Excel, or SQL scripts when you need repeatable local API test data.
Tool Integration
Use the CLI, and where appropriate the CLI MCP server, in local workflows and AI-assisted tooling.