Hacker News new | ask | show | jobs
by ingenieroariel 1222 days ago
Is the author stuffing the book contents in SQLite on load time or fetching them from a file?
1 comments

Looks to be using the kvvfs which uses local storage key value pairs as the DB VFS. The file load-db.js (https://craft-of-emacs.kebab-ca.se/load-db.js) pre-loads the values into localStorage. I assume the values were determined by loading local storage through another method and then extracting it during development.