summaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorleonoverweel <l.overweel@gmail.com>2017-02-27 02:14:15 +0100
committerleonoverweel <l.overweel@gmail.com>2017-02-27 02:14:15 +0100
commit9aba4c3591f8549cd02084b05ce7e1a456de8899 (patch)
tree2cf1b329094b6929e9850b146385199f3c7fdb6f /database
parent8e2c8d669aa547cf8749fa774160f4d05fff121a (diff)
Add README.md for /database
Diffstat (limited to 'database')
-rw-r--r--database/README.md13
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
+```