aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
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.