aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-03-10 20:32:10 +0100
committerGravatar Tom Willemse2014-03-10 20:32:10 +0100
commit2cd07d308c7a218bba0e321fa59f3d54d5c522ef (patch)
tree5bac478bb2e25e630ba1a0846d4fe07797db0f72 /README.org
downloaddb-utilities-2cd07d308c7a218bba0e321fa59f3d54d5c522ef.tar.gz
db-utilities-2cd07d308c7a218bba0e321fa59f3d54d5c522ef.zip
Initial commit
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..b99350e
--- /dev/null
+++ b/README.org
@@ -0,0 +1,7 @@
+Some simple utilities for working with MySQL databases.
+
+- copydb :: Create a copy of a database under a new name.
+- copydb-current-branch :: Create a copy of a database under a new
+ name based on the current git branch. Requires =copydb=.
+- rebasedb :: Destroy and recreate a database based on another
+ database.