Dr. Quadragon ❌@mastodon.ml to linuxmemes@lemmy.world · 6 months agoThe Unix Way, everybody!mastodon.mlimagemessage-square66linkfedilinkarrow-up1664arrow-down18file-text
arrow-up1656arrow-down1imageThe Unix Way, everybody!mastodon.mlDr. Quadragon ❌@mastodon.ml to linuxmemes@lemmy.world · 6 months agomessage-square66linkfedilinkfile-text
minus-squareFooBarrington@lemmy.worldlinkfedilinkarrow-up9·6 months agoIt also makes you re-implement a database, but worse. Use a JSON file if you just need to serialize/deserialize some data. Use SQLite or a DB server if you need more. Your own code will never match the quality of SQLite.
It also makes you re-implement a database, but worse.
Use a JSON file if you just need to serialize/deserialize some data. Use SQLite or a DB server if you need more. Your own code will never match the quality of SQLite.