Hacker News new | ask | show | jobs
by overflowy 5 hours ago
Moving business logic into database functions is the shortest path to insanity.
1 comments

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.