=== dbViewer === Contributors: shaykisten Donate link: https://www.paypal.com/donate?hosted_button_id=FMY5DPT2XVGUU Requires at least: 5.8.3 Tested up to: 5.9 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPL-3.0+ License URI: https://www.gnu.org/licenses/gpl-3.0.txt View your WordPress database tables and data from your WordPress admin dashboard. == Description == View your WordPress database tables and data from your WordPress admin dashboard. It is great if you are developing your own plugin and need to see if your tables have been created or if data has been changed in your created table. It can also be used by your normal day to day users to view information like comments, posts and users within their respective database tables. You will also be able to view the tables that are created when you install plugins and how these plugins are storing data. == Installation == 1. Upload the plugin to the "/wp-content/plugins/" directory. 1. Activate the plugin through the "Plugins" menu in WordPress. == Frequently Asked Questions == = Can I edit database data through this plugin? = No. This plugin can only view data in you WordPress database. == Changelog == = 1.0.0 = * Initial release.