eolas-db/README.md

18 lines
418 B
Markdown
Raw Normal View History

2024-08-26 15:50:13 +01:00
# eolas-db
This application parses data in my [zettelkasten](https://github.com/thomasabishop/eolas) repository and populates an
2024-08-26 16:22:12 +01:00
SQLite database that records key metadata about each entry (tags, backlinks, outlinks etc).
It exposes a command line application for interfacing with the database.
2024-10-31 15:40:05 +00:00
2024-11-03 14:31:15 +00:00
## Local development
2024-10-31 15:40:05 +00:00
```
source venv/bin/activate
eolas-db
```
2024-11-03 14:31:15 +00:00
## ERM
![ERM diagram for eolas-db](./eolas-db-ERM.png)