Elektrine lite

← Feed

@deersyrup@yiff.life

Post #1337734

2026-04-16 17:29 UTC

@babble_endanger guilty of JSON unless I need to do any sort of cross-table stuff in which case SQLite

Replies (1)

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

    Open ##1337735