Comment on SilverBullet: the self-hosted notes app for people with a hacker mindset

<- View Parent
zef@lemmy.world ⁨4⁩ ⁨months⁩ ago

It’s .silverbullet.db in the root of your space folder. Note that because there’s no schemas in SB, SQLite is used as a fancy key-value store and many queries become somewhat (but not very) optimized table scans. In this SQLite file you’ll see a “kv” table that contains everything.

source
Sort:hotnewtop