=== Database Peek === Contributors: albert-bertilsson Tags: database, view, display, show Requires at least: 3.0.1 Tested up to: 3.3.1 Stable tag: 1.0 Database Peek allows admins to view the database content in a user friendly and safe way. == Description == For those with a need to look at the pure contents of the WordPress database. The plugin gives admins a user friendly and safe way to display the tables of the database as well as show the detailed information of the tables and view each row of data including rows in other tables referring to the displayed row. This is not a replacement to having access to the WordPress database but it provides several benefits: * Developers can get a quick way to view and verify database contents without having database access. * Overview pages with clickable links to navigate is a lot faster than typing SQL (at least for me). * Access to tables is verified against the current user access rights, should be safe. == Installation == 1. Upload Database Peek to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Goto the Settings > Tools > Database Peek page in the admin gui. == Screenshots == 1. The table overview 2. Table listing 3. Row details == Changelog == = 1.0 = * Initial Release