Index: go/database/README |
diff --git a/go/database/README b/go/database/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4a31a16784449673b059cb45dbc312bef65fb11e |
--- /dev/null |
+++ b/go/database/README |
@@ -0,0 +1,6 @@ |
+The database package provides utilities for creating versioned databases. |
+ |
+In order to use the LocalTestDatabaseConfig, you need to have a MySQL instance |
+running with a database named "sk_testing" and a user called "test_user" which |
+has permission to modify "sk_testing". The setup_test_db script is included for |
+convenience in setting up this test database and user. |
stephana
2014/12/17 15:28:49
Without going beyond the scope of this CL, I think
borenet
2014/12/17 15:39:17
Done.
|