pixelysg rewires Mike to run on the edge
A new database path lets this fork survive on Cloudflare's serverless platform, where Mike's usual plumbing breaks.
pixelysg gave Mike a second way to talk to its database. The original setup leaned on a client library that misbehaves inside Cloudflare Workers - a "serverless" platform that runs code on servers near the user rather than in one central data centre. That made Mike hard to host there.
The fix is an alternate connection that speaks directly to the database using a driver built for the Workers environment. It only kicks in when configured; otherwise the existing path runs untouched, so nothing breaks for current deployments. The tradeoff pixelysg takes on is a hand-written translation layer that has to keep matching every way the rest of Mike queries data - useful to know if you're weighing this fork for production.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?