Hacker News new | ask | show | jobs
by Nextgrid 1624 days ago
Do you have any resources you can recommend about using the DB for more than just a dumb datastore?

The first thing I'd be concerned about is how do you manage changes? Code is easy to version control, deploy and roll-back. Database state and things such as triggers, stored procedures, etc, less so.

1 comments

Here's one example: https://sive.rs/pg