summaryrefslogtreecommitdiff
path: root/core/database/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/database/README.md')
-rw-r--r--core/database/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/database/README.md b/core/database/README.md
new file mode 100644
index 00000000..9fba2d5c
--- /dev/null
+++ b/core/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
+```