=== WP Data Access === Contributors: peterschulznl Tags: wp data access, database, tables, table, tools, manage, manager Donate link: https://www.paypal.me/kpsch Requires at least: 4.8.3 Tested up to: 5.4 Stable tag: 2.7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WP Data Access is a WordPress data administration and publication tool that helps you to manage your Wordpress data and database. == Description == WP Data Access helps you to manage your WordPress data and database from the WordPress dashboard and publish database tables on your website. WP Data Access allows you to create your own data driven WordPress apps that run in the WordPress dashboard. Build your own data entry forms that support CRUD as well as parent-child functionality and static pages. ## Features ### WordPress Dashboard Perform database administration tasks like create, alter, drop, rename, copy, truncate, insert, update, delete, export and import directly from the WordPress dashboard. Perform data administration tasks like search, insert, update and delete actions directly from the WordPress dashboard. Use the Data Projects tool to allow your WordPress users to enter data through your own data driven WordPress apps. Use the Data Publisher to publish database tables on your website. Supports CSS styling as well as pagination, searching and sorting functionality. #### Data Explorer * Create and alter tables and indexes * Drop tables, views and indexes * Rename tables and views * Copy tables * Truncate tables * Optimize tables * View table, view and index structures * Explore tables and views * Export tables (full table export as well as data selections) (SQL, XML, JSON, Excel, CSV) * Export view data to XML, JSON, Excel and CSV * Import tables * Edit table data (through data entry forms) * Delete table data (selections) #### Data Designer * Reverse engineer tables and indexes * Design tables and indexes * Create tables and indexes from design * Alter tables and indexes from design * Generate create table and index scripts #### Data Projects * Create data driven WordPress apps running in the WordPress dashboard * Create WordPress dashboard menus and menu-items * Add table based data entry forms to WordPress apps * Add parent-child forms to WordPress apps * Add static pages to WordPress apps * Configure and style table lists, data entry forms and parent-child forms * Add role based access control to WordPress apps #### Data Publisher * Create interactive HTML tables * Supports searching, pagination and sorting * Generate publication shortcodes * Test publication shortcodes * Copy publication shortcodes (paste into editor) #### Data Menus * Add list tables and data entry forms to your own WordPress dashboard menus #### Data Backup * Create data backup jobs that run unattended in the background * Create adhoc data backups that run unattended in the background * Allows to create multiple data backup jobs * Select the tables to be backed up * Save backup files on local or Dropbox folder * Run data backups at specified intervals * Define the number of backup files te be kept #### Manage Plugin * Manage plugin behaviour, style and security ### WordPress Website #### Data Publisher Publish database tables on your website using shortcodes. Shortcodes can be generated with the Data Publisher or defined manually. Tables are dynamically build using jQuery DataTables. Multiple layouts supported. Allows styling with CSS. Provides pagination, searching and sorting functionality. #### Data Explorer Data Explorer table pages can be added to web pages using shortcodes. This allows you to add data management for specific database tables to your web pages. Allow users to search, view, add, edit, delete, import and export with shortcode parameters. ### Use WP Data Access classes in your own PHP code * Generate list tables based on the WP_List_Table class to support standard WordPress list table layout and user interaction * Write your own code from WP Data Access classes * Add menus for generated list tables to your WordPress dashboard, plugin or theme ## Plugin Links - [Download Plugin](https://wordpress.org/plugins/wp-data-access/) - [Download Source Code](https://bitbucket.org/wpdataaccess/wp-data-access/src) - [Changelog](https://bitbucket.org/wpdataaccess/wp-data-access/src/master/CHANGES.md) - [Actual TODO List](https://bitbucket.org/wpdataaccess/wp-data-access/src/master/todo.txt) ## Documentation Documentation is available from the plugins menu (WP Data Access > Plugin Help). == Installation == (1) Upload the WP Data Access plugin to your blog, (2) activate it and (3) navigate to the WP Data Access menu. 1, 2, 3 and you’re done!