diff options
| author | leonoverweel <l.overweel@gmail.com> | 2017-02-27 15:58:57 +0100 |
|---|---|---|
| committer | leonoverweel <l.overweel@gmail.com> | 2017-02-27 15:58:57 +0100 |
| commit | c4d43ebc5f6db3015c41ae6381e2f30198f5e41d (patch) | |
| tree | d2c308d5e357c431b3c29303b322a546ea8e8fcf /database/README.md | |
| parent | 6dd522632d5c47d9af3aae943df1a5d238e698cc (diff) | |
| parent | efb1a88fbf7c7993af0aff4b6eeac22232f72bcc (diff) | |
Merge branch 'master' into workload-core-occupation
Diffstat (limited to 'database/README.md')
| -rw-r--r-- | database/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/database/README.md b/database/README.md new file mode 100644 index 00000000..9fba2d5c --- /dev/null +++ b/database/README.md @@ -0,0 +1,13 @@ +# OpenDC Database + +To rebuild the database at a location (or in this directory if none is specified): + +```bash +python rebuild-database.py "path/to/database/directory" +``` + +To view a table in the database: + +```bash +python view-table.py "path/to/database/directory" table_name +``` |
