python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
supabase query for one-to-one foreign key, return single value (not array)
How can I query a one-to-one relationship with foreign key in supabase?
My tables:
games (id, created_at, played_at)
results (game_id, key)
Data: games
("id": 1, "created_at": &q...
vikingsteve
Votes: 0
Answers: 1
Flutter Supabase - Join Tables
I have 2 tables
Department(id, department_name)
Programs(id, program_name, department_id)
dept_id in Programs is the foreign key from Department table
I want to join department_id in Program table ...
Akash Punagin
Votes: 0
Answers: 3
How to refactore Supabase CRUD Functions from a Sveltekit Store efficiently
I been trying to get the hang of supabase as a new dev and it took a while to understand.
I don't think my code is efficient event though it works. Any help would be greatly appreciated!
My current st...
Nicholas Singh
Votes: 0
Answers: 1
Supabase-Py: TypeError: __init__() got an unexpected keyword argument 'headers' when making client
I have been using supabase in python without problem but today I got an error when I went to create my client. Code is below, all help would be great.
Code
from supabase import create_client, Client
s...
Garberchov
Votes: 0
Answers: 1