-
### Environment
* PostgreSQL version: 10
* PostgREST version: 12.
* Operating system: Windows/Docker/Podman
### Description of issue
I was trying to manage API versions by using a unique sc…
-
Users can already use the direct connection with their Postgresql instance on Supabase, however, an additional PoC feature could be to implement an `Ecto.Adapter` for PostgREST.
Also, we possibly cou…
-
# Chore
## Describe the chore
As part of our move from Alpha to Beta, we will want to be clear about the limitations and performance of each of the components in Supabase. We need to do 3 things…
-
# Feature request
Currently there are no easy way to test supabase queries in unit test. The pg-gateway + pglite still doesn't work with postgrest, even if it does then you have to spin up pg-gateway…
-
This could also go into the "howto issue", but I think the performance topic deserves a separate issue. We might need to invent a new section somewhere in the docs - or just write a "How to make Postg…
-
I've been having a lot of discussions, and built some prototypes around the idea of building apps where the frontend is connecting directly to the database. There's a few different vendor-based soluti…
-
## Problem
While we're a pg extension, doing `make && sudo make install` is still more cumbersome than running a SQL script (`psql -f script.sql`).
## Solution
Include a single SQL file as a …
-
Hello!
I just started using this package and I'm wanting to dive deeper into how this is working and potentially contribute after learning more. Do you have any advice for building, running, and te…
-
IMAGE SYNC
-
```
failed to parse filter (is.not null)
```
Forcing negate on quering `not null` value seems like a mistake, `not is null` and `is not null` are identical, but as I am building a dynamic query b…