|
|
|
|
|
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 |
|