Skip to content

[Feature Request]: Read-Only Database/Table Viewer in Database Explorer #92

@chris-20

Description

@chris-20

Problem / Motivation

The current Database Explorer already provides useful metadata such as:

  • database size
  • table count
  • server information

However, it is currently not possible to inspect the actual database structure or table contents directly within DBackup.

During troubleshooting, backup verification, or general inspection workflows, it would be very helpful to quickly open a database from the dashboard without requiring external database tools.

Proposed Solution

Add a built-in read-only database/table viewer to the Database Explorer.

Possible capabilities:

  • browse databases and tables
  • inspect table schemas and column definitions
  • view table contents in read-only mode
  • search and paginate through rows
  • inspect indexes and relations (if supported)

Alternatives Considered

Currently, users rely on external database tools such as DBeaver, phpMyAdmin, or Adminer to inspect database schemas and table contents.

These tools work but break the workflow, since users must leave DBackup for simple verification or troubleshooting tasks.

Area

UI / Dashboard

Additional Context

This feature would be especially useful for validating backups and quickly inspecting database contents during troubleshooting without leaving DBackup.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions