From 232608d1ad80b41898090fd718fb5e946e5ce3b4 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Aug 2024 15:50:13 +0100 Subject: [PATCH] chore: update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e69de29..e7ec0f6 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,4 @@ +# 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.