diff --git a/README.md b/README.md index 7de269a..ada1d98 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,13 @@ SQLite database that records key metadata about each entry (tags, backlinks, out It exposes a command line application for interfacing with the database. -## Running app in local development +## Local development ``` source venv/bin/activate eolas-db ``` + +## ERM + +![ERM diagram for eolas-db](./eolas-db-ERM.png) diff --git a/eolas-db-ERM.png b/eolas-db-ERM.png new file mode 100644 index 0000000..9072c64 Binary files /dev/null and b/eolas-db-ERM.png differ