Database for managing my zettelkasten
Find a file
2024-11-11 14:33:19 +00:00
src chore: remove dev-data/ dir 2024-11-11 14:33:19 +00:00
tests initial commit 2024-08-26 15:38:09 +01:00
.gitignore initial commit 2024-08-26 15:38:09 +01:00
eolas-db-ERM.png chore: add ERM diagram 2024-11-03 14:31:15 +00:00
README.md chore: add ERM diagram 2024-11-03 14:31:15 +00:00
setup.py chore: tidy-up architecture 2024-11-01 14:54:50 +00:00

eolas-db

This application parses data in my zettelkasten 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.

Local development

source venv/bin/activate
eolas-db

ERM

ERM diagram for eolas-db