# Data Viewer

**Data Viewer** is a database interaction tool provided by ONEWEB that allows users to **connect to, explore, and inspect database data directly from the ONEWEB platform**.

With Data Viewer, users do not need to rely on external database client tools. All essential database exploration and validation tasks can be performed within AppSpace using a familiar and guided interface.

***

#### **Purpose of Data Viewer**

Data Viewer is designed to help users:

* Interact with databases directly from AppSpace
* Browse database objects such as schemas and tables
* View and inspect data stored in tables
* Execute and validate queries
* Quickly verify database content during development

This makes Data Viewer especially useful during application design, testing, and troubleshooting.

***

#### **Database Exploration Capabilities**

Using Data Viewer, users can perform common database visualization tasks, including:

* Browsing database connections configured in the application
* Viewing available schemas and tables
* Inspecting table structures and column definitions
* Viewing sample data from tables
* Running ad‑hoc queries for validation

These capabilities cover most day‑to‑day database inspection needs without leaving the ONEWEB environment.

***

#### **Integrated Low‑Code Database Access**

As part of the **Database Tools** suite, Data Viewer complements other tools such as:

* **Data Designer** – for designing and managing schemas
* **SQL Builder** – for visual SQL query creation

Together, these tools provide an end‑to‑end low‑code workflow for database design, querying, and validation directly within AppSpace.

***

#### **Benefits of Using Data Viewer**

By using Data Viewer, teams can:

* Eliminate dependency on external database tools
* Reduce context switching during development
* Improve collaboration between designers and developers
* Validate database changes quickly
* Maintain consistency across data design and implementation

This improves productivity and ensures database visibility throughout the application lifecycle.

***

#### **Summary**

**Data Viewer** provides a simple and effective way to interact with databases as part of ONEWEB’s low‑code platform.

With Data Viewer, users can:

* Explore database objects visually
* Inspect table data and structures
* Execute queries for quick validation
* Perform essential database viewing tasks from AppSpace

As part of **Database Tools**, Data Viewer plays a key role in supporting transparent, efficient, and well‑governed database development in ONEWEB.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onewebstack.com/oneweb-platform-th/building-apps/low-code-with-appspace/database-tools/data-viewer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
