Post #2730462
2026-03-27 01:04 UTC
@Crell@phpc.social I have, for now, decided to actually keep it flat-file, and not go SQLite, as tempting as it is.
If it would get popular and deployed on sites with many users and many entries, I'll consider it, but for now, there's a lot of convenience built into the files being the structure. But we shall see 🙂
Replies (1)
-
@Crell@phpc.social 2026-03-27 01:09
@joho@mastodon.online Oh the canonical data is still flat file. But there is an SQLite cache to enable searching and for file names to not be 100% the path name.