/wp-query-recorder

WordPress plugin to record SQL queries to a text file to run later

Primary LanguagePHP

=== Query Recorder ===
Contributors: bradt, aprea
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5VPMGLLK94XJC
Tags: database, migrate, deployment, mysql
Requires at least: 3.2
Tested up to: 3.9
Stable tag: 1.0.1
License: GPLv3

Save queries run by your theme or plugins to an SQL script for deployment

== Description ==

Allows developers to record queries when setting up a theme or plugins locally, creating an SQL script that can be run later when deploying to a staging or live site.

Interested in contributing to Query Recorder? Please visit https://github.com/deliciousbrains/wp-query-recorder

Banner image credit - [cmoi](https://www.flickr.com/photos/cmoi/)

== Installation ==

1. Use WordPress' built-in installer
2. Access the "Query Recorder" menu option under Settings

== Screenshots ==

1. Query Recorder settings screen
2. Start/stop query recording button

== Changelog ==

= 1.0.1 =
* Bug fix: Semicolon missing at the end of each SQL statement

= 1.0 =
* Initial release