diff options
| author | leonoverweel <l.overweel@gmail.com> | 2017-02-27 02:14:15 +0100 |
|---|---|---|
| committer | leonoverweel <l.overweel@gmail.com> | 2017-02-27 02:14:15 +0100 |
| commit | 9aba4c3591f8549cd02084b05ce7e1a456de8899 (patch) | |
| tree | 2cf1b329094b6929e9850b146385199f3c7fdb6f /database | |
| parent | 8e2c8d669aa547cf8749fa774160f4d05fff121a (diff) | |
Add README.md for /database
Diffstat (limited to 'database')
| -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 +``` |
