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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « go/buildbot/db_setup.go ('k') | go/database/database.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 The database package provides utilities for creating versioned databases.
2
3 In order to use the LocalTestDatabaseConfig, you need to have a MySQL instance
4 running with a database named "sk_testing" and a user called "test_user" which
5 has permission to modify "sk_testing". The setup_test_db script is included for
6 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.
OLDNEW
« 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