-
**Describe the bug**
The `env()` function to load environment variables into the config.toml does not work for arrays in the `config.toml`.
**To Reproduce**
Steps to reproduce the behavior:
1. A…
-
Both installation and integration are related - this is all about how PostgREST works together with other systems, no matter whether that's the operating system (installation) or other services (integ…
-
-
I see that a lot of the core functionality is implemented locally in this project instead of relying on external crates. Was using other crates considered?
I did some searching and found a few cand…
-
## Problem
Currently it's hard to run a single query of the schema cache. This is useful for debugging (to know if a query is taking long) and for developing a feature.
Right now we only support…
-
-
# Currently
the supabase-skip package does not support the rpc function
## Goal
Use supabase-skip package to call rpc function
## Implementation Issues
- Different way to call supabase rpc f…
-
Currently hasql-transaction retries infinitely on code `40001` , this causes problems on replicas as mentioned on https://github.com/PostgREST/postgrest/issues/3673.
Would it be possible to make th…
-
# Bug report
## Describe the bug
A clear and concise description of what the bug is.
## To Reproduce
1. Create a new package and install postgres-js:
```
mkdir test-package && cd t…
-
An umbrella issue for tracking of [OpenTelemetry](https://opentelemetry.io/) integration to PostgREST.
- [x] Get familiar with OTel and terminology
- [ ] Wrap meaningful and measurable actions…