Running Postgres inside Node-RED via WASM and PGlite
I’ve been using Node-RED for many years, mostly for fun and personal projects. The coolest thing I did with it was to build the prototype for the NodeConf EU 2018 badge back-end. But 2024 is the first time I’ve worked with it in production, with the ServisBOT team doing some pretty incredible things using it. One aspect I’ve been interested in recently is local persistence beyond context stores. Of course my first port of call was the world’s greatest database, SQLite. »