gerry
06/27/2022, 1:43 AMnahtnam
06/29/2022, 7:43 PMMike_
07/02/2022, 8:29 PMInASunshineState
07/05/2022, 2:43 PMconst { data, error } = await supabase
.from('cities')
.select('name, country_id')
.eq('name', 'The Shire')
can be inferred decently well. From the table cities, select the name and country_id where the name eq(uals) The Shire
but this is contains()
.contains('main_exports', ['oil'])
and containedBy()
.containedBy('main_exports', ['cars', 'food', 'machine'])
and the pages don't even say what they do, so if I tried to read it, I might think "main exports column contains oil" and then "main export columns...is contained by cars? Cars, food and machine are contained by main_exports?" Is it just a semantic swap?
In the PostgreSQL docs they seem really deliberate about "this is how the lefthand bit relates to the righthand bit" which most people maybe don't need to be told but for those that do, even a single sentence could make it incontrovertibly clear. And a baby demo table would let them draw the conclusion on their own.
Might even be fun to have a demo table playground to run the functions against to really bring it home.superakabo
07/05/2022, 4:35 PMJulien
07/05/2022, 8:42 PMJulien
07/05/2022, 8:43 PMSteve
07/06/2022, 12:15 AMez-klik
07/06/2022, 2:32 AMdownloadAsStream
function) to get objects as readable streams and not final blobs.
See detailed description: https://github.com/supabase/storage-js/issues/72abaum
07/06/2022, 1:41 PMedge_logs
and postgres_logs
table would be super helpful. The only one I found was here, though I may have missed something: https://supabase.com/docs/guides/platform/logsmansueli
07/06/2022, 4:07 PMglomyst
07/11/2022, 10:57 AMgaryaustin
07/11/2022, 11:20 AMScott P
07/11/2022, 7:38 PMleynier
07/12/2022, 2:59 AMPing for toast
07/12/2022, 5:56 PMPing for toast
07/12/2022, 6:03 PMOlyno
07/12/2022, 8:17 PMparadite
07/13/2022, 7:22 AMStEvUgnIn
07/15/2022, 9:27 PMsilentworks
07/17/2022, 10:12 PMSorNion
07/19/2022, 3:54 PMSorNion
07/19/2022, 3:54 PMsilentworks
07/19/2022, 3:58 PMjonny
07/20/2022, 9:52 AMMike_
07/26/2022, 2:15 PM1. UI for defining & managing Enums as row types π
2. UI for defining field/table constraints π π
3. UI for index management π π π
impl these and I will name my first born 'supabase.js'lennard.
07/28/2022, 3:16 PMbdougie
07/30/2022, 12:02 AMn10000k
07/30/2022, 10:02 AMn10000k
07/30/2022, 10:08 AM