AnxiousMiisha@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 26 days agoRunklemmy.blahaj.zoneimagemessage-square145linkfedilinkarrow-up11.49Kfile-text
arrow-up11.49KimageRunklemmy.blahaj.zoneAnxiousMiisha@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 26 days agomessage-square145linkfedilinkfile-text
minus-squareAppoxo@lemmy.dbzer0.comlinkfedilinkarrow-up15·26 days agoIt’s lite architecture makes it the only valid option to not having to deploy a full on postgre
minus-squareNatanox@discuss.tchncs.delinkfedilinkEnglisharrow-up11·25 days agoI 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.
minus-squareAppoxo@lemmy.dbzer0.comlinkfedilinkarrow-up6·25 days agoCSV or a spreadsheet (xlsx/ods)? You didnt specify it had to be a good optio ;)
minus-squarelagoon8622@sh.itjust.workslinkfedilinkEnglisharrow-up3·24 days agoNow you’re just trying to hand-roll your own DBMS. Have fun with that. It won’t work out
It’s lite architecture makes it the only valid option to not having to deploy a full on postgre
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.
CSV or a spreadsheet (xlsx/ods)?
You didnt specify it had to be a good optio ;)
db.txt
Now you’re just trying to hand-roll your own DBMS. Have fun with that. It won’t work out