Remix.run Logo
overflowy 4 hours ago

Moving business logic into database functions is the shortest path to insanity.

christophilus 4 hours ago | parent [-]

I agree with that. You can use Postgres as a message queue / task manager backing store without a database function, though, and it works quite well at the small scale that most sites / SaaS products operate at.