DB Table Viewer

설명

DB Table Viewer is a simple plugin that allows administrators to:
– Select any table in the WordPress database.
– View its data in a clean, paginated HTML table.
– Navigate through rows using AJAX-based pagination.

This plugin is particularly useful for debugging or managing custom database tables without using SQL queries directly.

Features

  • Dropdown to select from available database tables.
  • Displays table data in a well-formatted HTML table.
  • AJAX-based pagination for seamless navigation.
  • Secure implementation with proper sanitization and validation.
  • Fully translation-ready.

Usage

  1. Go to Tools > DB Table Viewer in the WordPress admin dashboard.
  2. Select a database table from the dropdown menu.
  3. View the table’s data with pagination.

License

This plugin is licensed under the GPLv2 or later. See the GNU General Public License for details.

Enjoy using DB Table Viewer? Feel free to provide feedback or contribute to its development!

설치

  1. Download the plugin ZIP file.
  2. Upload the folder db-table-viewer to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Navigate to Tools > DB Table Viewer to use the plugin.

FAQ

Who can use this plugin?

Only administrators with manage_options capability can access the plugin’s features.

Can this plugin modify database data?

No, the plugin is read-only and does not allow any modifications to the database.

What happens if I select a table with no data?

The plugin will display a message indicating that the table is empty.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“DB Table Viewer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “DB Table Viewer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Initial release.
  • Dropdown to select database tables.
  • AJAX-based table data display with pagination.