blob: 9fba2d5c37ad8fec668c3ea13051f119c6ba5f82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
```
|