Custom DataBase Tables plugin is for WordPress
Custom DataBase Tables is commonly called “CDBT“, it is the plugin for the WordPress. Using this plugin, you can create new table on the database of the WordPress as you like. Then you can do input, output and data updating to created table. Also you can do import and export by format of CSV, TSV, JSON and SQL, and duplicate specific table. Those operation is able to be done easily from the GUI tools on the administration screen of WordPress. In addition, you can provide the functional data manipulation interface to the Web front-end by using some shortcodes or APIs.
Prerequisite | How to check | How to install |
---|---|---|
PHP >= 5.4.x | php -v |
php.net(English/Japanese) |
Node.js >=5.4.x | node -v |
nodejs.org |
gulp >= 3.9.x | gulp -v |
npm install -g gulp |
Bower >= 1.7.2 | bower -v |
npm install -g bower |
For more installation notes, refer to the Install gulp and Bower section in this document.
Building the theme requires node.js. We recommend you update to the latest version of npm: npm install -g npm@latest
.
From the command line:
npm install -g gulp bower
npm install
bower install
You now have all the necessary dependencies to run the build process.
Install after downloaded from WordPress admin panel or download here and put the plugins directory.
How to install WordPress provisions are as follows.
custom-database-tables
directory to the /wp-content/plugins/
directoryThat’s it. Now you can easily start creating custom table in database of WordPress
Navigate to the Custom DB Tables submenu in setting menu of WordPress admin panel.
First of all, please try to create the database required for the first.
Please see the tutorial for more use of the plugin (Sorry, Japanese only)
GPLv2 or later
git checkout -b my-new-feature
)npm i && gulp
)git commit -am 'Add some feature'
)git push origin my-new-feature
)I’ve prepared a support forum.
Please to slip issuance in here questions about plugin.