Hacker News new | ask | show | jobs
by ncd 3839 days ago
Can you tell me more about how you're working with Postgrest? It looks really neat, but I haven't heard from anyone using it.
1 comments

We used it for a small school project where we just needed a database in the cloud but we didn't want to write a backend.

Auth was a pain as you had to write triggers for each table action to check that a user can access a record, but this new row level security will make things easy.

The op was making a joke -- people write "PostgreSQL" or "Postgres" , but never "Postgrest"
OP was talking about this: https://github.com/begriffs/postgrest