keep an ebook library entirely in a sqlite.db
basically add the ebook content to an additional table in calibre. then use a tauri app to pull out the ones you want to read. saves from writings tons of tiny files to an ereader's disk
| scripts | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Tauri + Vanilla
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.