21 lines
524 B
Markdown
21 lines
524 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.
|
|
|
|
## Local development
|
|
|
|
```
|
|
source venv/bin/activate
|
|
eolas-db
|
|
```
|
|
|
|
## ERM
|
|
|
|

|
|
|
|
## Resources
|
|
|
|
https://www.digitalocean.com/community/tutorials/how-to-use-the-sqlite3-module-in-python-3
|