=== Developersd Visual DB ===
Contributors: developersd, sudipdebnath
Tags: database, admin, datagrid, sql
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A React-powered visual database browser and DBA tool for WordPress administrators.

== Description ==

Developersd Visual DB provides a fast, secure React DataGrid directly inside your WordPress dashboard to manage your database tables. 

Built with performance and safety in mind, it utilizes server-side AJAX pagination to handle large database tables efficiently. 

### Key Features:
* **Modern UI:** Powered by React and Material-UI.
* **Inline Cell Editing:** Double-click any database cell to update values instantly.
* **JSON Object Editor:** View and edit serialized PHP arrays and JSON objects through a dedicated code-editor modal.
* **Server-Side Pagination & Filtering:** Handles large database tables via AJAX.
* **Bulk Row Deletion:** Select multiple rows to delete data in bulk.
* **Advanced Data Export:** Export your filtered views to CSV.
* **Core Protection Guardrails:** Built-in safety checks block the modification of critical site infrastructure (like Superadmin users or core wp_options) to help prevent site breakage.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/developersd-visual-db` directory.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Navigate to **Tools -> Advanced Visual DB** in the left-hand menu to access the interface.
4. Select any table from the left sidebar to mount the grid and begin exploring.

== Screenshots ==

1. The main dashboard viewing the wp_options table.
2. Inline editing, JSON object management, and bulk deletion tools in action.
3. Advanced column filtering and CSV exporting.

== Changelog ==

= 1.0.0 =
* Initial public release.