A database model for SAAS subscriptions in Postgres
My approach to modeling a SAAS subscription business using Postgres
My approach to modeling a SAAS subscription business using Postgres
Learn how to enable uuid-ossp with node-pg-migrate for automatic Postgres UUID generation.
How to add a constraint that prevents time intervals from overlapping; e.g, prevents a room from being booked twice for the night
A basic setup for using RBAC with a Nodejs Express server for checking permissions in your Express api.