Putting business logic in the database has been a boon to large companies for decades - while the development process can be trickier, it helps ensure that every team is using the same logic (incl version) to access the data.
With PostgreSQL, you can define business logic in everyday languages, including JavaScript (plv8).
With PostgreSQL, you can define business logic in everyday languages, including JavaScript (plv8).