postgrest Questions

1

Postgres' bigint type holds 64 bit integers. But the Supabase JS library returns those values as JS numbers, which cannot safely store 64 bit integers AFAIK. What would be the correct way to handle...
Chemical asked 23/11, 2022 at 15:29

0

I have a rest api using supabase/postgres(t) which generates it's own OpenAPI/Swagger definition. The problem is that this only contains the id fields but not actual references to the other tables....

2

Solved

I need to automatically add an author of an inserted row in one of its columns. I am using postgREST (using Supabase cloud service) and I don't want users to add whoever they want as the author. Is...
Mortarboard asked 16/11, 2021 at 19:29

3

Solved

Here's my scenario. I have set up an instance of Postgres DB running in the Google SQL cloud. It's up and running and if I whitelist my local IP, I can connect directly with no issue. I then have ...

3

Solved

I run into a Cannot enlarge string buffer message on my running postgREST API. I guess some tables are too large to work successful with the API. I am using the docker postgrest/postgrest containe...
Neogene asked 22/6, 2019 at 9:28

4

Any of you with experience with PostgREST and Cloud SQL ? I have my SQL instance ready with open access (0.0.0.0/0) and I can access it with local PostGREST using the Cloud proxy app. Now I wan...
Ladd asked 5/3, 2020 at 11:40

1

Solved

My use case is that I have an email containing a "verify your email address" link. When the user clicks this link, the user agent performs a GET request like: GET http://widgetwerkz.example.com/co...
Suzettesuzi asked 13/12, 2018 at 16:13
1

© 2022 - 2024 — McMap. All rights reserved.