-
We need to store the users and their books.
For `users`, we need some basic information like:
- ID (auto-generated)
- Name
- Email
- Password (encrypted)
- Profile Picture
- Active
For `bo…
-
I propose to add something like `supabase gen schema json` alongside with `supabase gen types typescript` because typescript types can't be reflected in runtime.
d9k updated
11 months ago
-
# Bug report
I am unable to connect to realtime using custom token. I can connect to the table (so RLS works fine), but not to realtime.
## Describe the bug
I am unable to have realtime work…
-
Apologies if this is the incorrect place to ask.
I have a simple example component and DB spun up using a self hosted postgrest server where I am trying to test out the auto cache update functional…
-
**Is your feature request related to a problem? Please describe.**
I was following the tutorial for generating the database types for supabase [here](https://www.restack.io/docs/supabase-knowledge-…
-
### What version of `drizzle-orm` are you using?
0.31.2
### What version of `drizzle-kit` are you using?
_No response_
### Describe the Bug
Querying with `db.query` syntax, the included many-to-o…
-
**Describe the bug**
If a postgres function returns a record or a table row type, the generated return type is "unknonwn" which is incorrect.
**To Reproduce**
1. Create a function which returns …
-
I am currently using Supabase and have a column with a foreign key constraint on the `auth.users` table. Here is an example of the foreign key definition in Atlas:
```hcl
foreign_key "fk_uid" {
…
-
# Improve documentation
## Link
https://supabase.com/docs/guides/database/extensions/postgis
## Describe the problem
I followed the example under "Enable the extension" exactly, first thr…
-
# 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…