EasySQL WordPress Plugin — v1.0.0
Official stable release of the EasySQL WordPress plugin.
Key Features
- Natural Language to SQL: Ask questions in plain language directly inside your WordPress admin dashboard (
wp-admin). - Interactive Visualizations: Automatic bar, line, and pie chart rendering powered by vendored Chart.js.
- SQL Transparency: View, inspect, and copy the exact generated SQL alongside results.
- Safe Local Execution: Queries are executed locally against your WordPress database using
$wpdb. - Admin Navigation: Unified Ask interface with quick access to query history and settings.
- Powered by
clearsoft/easysql-sdk: Upgraded to the official PHP SDK v1.5.0.
Installation
- Download
easysql-wp.zipfrom the Assets below. - In your WordPress admin, go to Plugins → Add New Plugin → Upload Plugin.
- Choose the ZIP file and click Install Now.
- Activate the plugin and navigate to EasySQL → Settings to enter your API credentials.