Elektrine lite

← Feed

@Crell@phpc.social

Post #2730461

2026-03-27 00:37 UTC

@joho@mastodon.online Indeed. My biggest one was trying to avoid using a database, then avoid using a DBAL, then avoid using Doctrine... Yeah, using all of those. Only took me 200 hours of wasted time get to that point. (At least it uses SQLite.)

Replies (1)

  • @joho@mastodon.online 2026-03-27 01:04

    @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 🙂

    Open ##2730462