I am normally adverse to putting business logic in databases, but I have found a nice self contained use case for it. Instead of adding another scheduled job in my application, I use PostgreSQL's pg_cron extension.

#dotnet #csharp #postgresql #database #programming #sql

@lloydjatkinson I'm always a little bit surprised about the amount of plugins and extensions for Postgres! Thank's for sharing.