Hacker News new | ask | show | jobs
by wharfjumper 1469 days ago
So if we wanted to put PostgREST[1] in front of this would something like this work:

db-uri = "postgres://authenticator:mysecretpassword@project_name.cloud.neon.tech:5433/postgres" db-schema = "api" db-anon-role = "web_anon"

[1]https://postgrest.org/en/v8.0/tutorials/tut0.html

1 comments

Kind of, yes. There are a few user creation details we need to polish so that you can follow the tutorial word for word without needing to do any click-ops on the console