this post was submitted on 05 Aug 2026
1525 points (99.3% liked)

Programmer Humor

32862 readers
530 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 

This is so true tho

you are viewing a single comment's thread
view the rest of the comments
[–] Appoxo@lemmy.dbzer0.com 15 points 2 weeks ago (1 children)

It's lite architecture makes it the only valid option to not having to deploy a full on postgre

[–] Natanox@discuss.tchncs.de 11 points 2 weeks ago (3 children)

I mean, what's the alternative aside from spinning up a MariaDB for your small local app? I can still remember the swamp of .ini files some older programs used for this or the totally overblown Windows Registry. Not a good time.

[–] Appoxo@lemmy.dbzer0.com 7 points 1 week ago

CSV or a spreadsheet (xlsx/ods)?
You didnt specify it had to be a good optio ;)

[–] username123@sh.itjust.works 5 points 2 weeks ago (1 children)
[–] lagoon8622@sh.itjust.works 3 points 1 week ago

Now you're just trying to hand-roll your own DBMS. Have fun with that. It won't work out

[–] rumschlumpel@feddit.org 3 points 1 week ago

Pretty sure lots of projects use json files, before that it was probably XML. Are those good or even decent alternatives? Probably depends on the amount of data ...