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.

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.

Typical Workflow

Scratchpad Introduction

Prototype queries before turning them into endpoint code.

CLI & MCP

Use the terminal client and MCP server in development workflows.

Importing Data

Load fixtures and sample data for endpoint validation.

Schema Explorer

Inspect tables and relationships before changing API contracts.