@twinkle@sweet.succubi.services
Post #1337735
2026-04-16 17:32 UTC
@deersyrup @babble_endanger my criteria for using SQLite is “is the data representable with a single hashmap”, if yes, I use json or some other serialisation format that allows dict; if not, I use sqlite
Replies (1)
-
@twinkle@sweet.succubi.services 2026-04-16 17:35
@deersyrup @babble_endanger that and also I’m storing more than 10k rows. if it’s under 10k then none of this matters