Hacker News new | ask | show | jobs
by steve-chavez 421 days ago
> My server is going to provide an API that isolates the application from the DB structure.

The same can be achieved with "schema isolation". See https://docs.postgrest.org/en/v12/explanations/schema_isolat....

1 comments

Thanks for the reference. I'll take a look.