Simple Table Manager

A plugin that enables editing table records and exporting them to CSV files through minimal database interface from your wp-admin page menu.

Author:Ryo Inoue & lorro (profile at wordpress.org)
WordPress version required:5.6
WordPress version tested:6.2.2
Plugin version:1.5.6
Added to WordPress repository:03-03-2015
Last updated:23-07-2023
Rating, %:96
Rated by:4
Plugin URI:
Total downloads:22 011
Active installs:800+
plugin download
Click to start download

Simple Table Manager enables editing table records and exporting them to CSV files through a minimal database interface from your dashboard.

  • Simply CRUD table contents on your wp-admin screen
  • Search and sort table records
  • No knowledge of MySQL or PHP required
  • Export table records to a CSV file
  • Does not allow users to change the structure of the table

Unlike ‘full featured’ database management plugins, it does not allow users to alter the structure of the table but requires no knowledge on MySQL or PHP.

Similar to CakePHP’s scaffold feature, Simple Table Manager is an auxiliary tool suited for the initial development phase of a website. It is also ideal when you want to ask someone else with no database expertise to keep track of table records on your website. This was the motivation for developing this plugin.