eolas-db/README.md
2024-10-31 15:40:05 +00:00

13 lines
376 B
Markdown

# eolas-db
This application parses data in my [zettelkasten](https://github.com/thomasabishop/eolas) repository and populates an
SQLite database that records key metadata about each entry (tags, backlinks, outlinks etc).
It exposes a command line application for interfacing with the database.
## Running app in local development
```
source venv/bin/activate
eolas-db
```