Does supabase-js support column suggestion?
Hi
,
I have a silly question, does supabase-js support column suggestion in its queries? (I could be expecting too much)
Context: I created a database.types.ts and createClient<Database> and tried to use it like:
If I tab inside
I have the latest package
I have a silly question, does supabase-js support column suggestion in its queries? (I could be expecting too much)
Context: I created a database.types.ts and createClient<Database> and tried to use it like:
If I tab inside
select or eq, I expected columns to be suggested but none appeared (for select, only * appeared). With from() I could tab and see the suggested tables. I have the latest package
"@supabase/supabase-js": "^2.50.5"