-
# Bug report
- [ ] I confirm this is a bug with Supabase, not with my own application.
- [ ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
I have a query in supabase-js that works, and when I translate it to supabase-py it doesn't work. I am on the latest version of each. From what I could gather while poking around, the python version d…
-
Up through 0.9.3 our PG embeddings helpers was not dealing with schemata at all. In a project we needed to work with Supabase, and schemata had already ben set up, and we were enabling pgvector via th…
-
- [ ] Create a revamped version of the old about page.
- [ ] Add the four leads in cool-loooking cards, with vibes images.
- [ ] Add the loading animation.
- [ ] Create a new table on Supabases for…
-
### Report hasn't been filed before.
- [x] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.36.0
### What versi…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
### Problem Description
Currently, when creating the `pgtap` extension with a custom schema:
```sql
CREATE EXTENSION IF NOT EXISTS pgtap WITH SCHEMA pgtap; --
-
https://github.com/supabase-community/postgres-new/blob/f1dcb5c72b834e8ec9a74e1b875c1762f109bcba/apps/postgres-new/components/ide.tsx#L160
I'm using database.build to showcase my data migration too…
-
I'm using supabase auth, supabase RLS, and the supabase postgREST api. I like the idea of pushing authorization and validation rules all into the db, rather than having them split across the app layer…