# 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 ```