Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: go/database/README

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Add README for database package, re-add *.db to .gitignore Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/buildbot/db_setup.go ('k') | go/database/database.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « go/buildbot/db_setup.go ('k') | go/database/database.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698