368
A Database Management System
(media.mas.to)
Post funny things about programming here! (Or just rant about your favourite programming language.)
We keep our product information catalogue in a sqlite file.
sqlite works surprisingly well even for non trivial loads I find
I wished browser standard would just adopt something close to sqlite instead of IndexedDB.
indeed
BRO
Migrate that shit to MySQL or PostgreSQL immediately. You are playing with fire.
So lomg as you back it up and it does not have multiple write transactions concurrently, swlite works pretty fine even fornbig loads.