Link
02/07/2022, 7:20 AMshamiulshifat
02/07/2022, 9:01 AMthomaseckert
02/07/2022, 10:34 PMError: Error parsing connection string: Make sure the URL is percent-encoded.
The issue: my randomly generated password has an @
in it. Oops.user
02/08/2022, 12:42 AMuser
02/08/2022, 12:43 AMuser
02/08/2022, 12:44 AMSoham Shah
02/08/2022, 4:52 AMSoham Shah
02/08/2022, 4:59 AMmadx
02/08/2022, 6:30 AMSoham Shah
02/08/2022, 6:30 AMmadx
02/08/2022, 6:30 AMselect()
arguments. Here's the doc section about it: https://supabase.com/docs/reference/javascript/select#query-foreign-tablesmadx
02/08/2022, 6:35 AMawait supabase.from("users").select("*, posts(*))
Soham Shah
02/08/2022, 7:20 AMwsh4and
02/08/2022, 8:13 AMSoham Shah
02/08/2022, 9:21 AMSoham Shah
02/08/2022, 9:54 AMsilentworks
02/08/2022, 10:50 AMsilentworks
02/08/2022, 10:54 AMSoham Shah
02/08/2022, 11:50 AMzainab
02/08/2022, 6:07 PMzainab
02/08/2022, 6:10 PMjoshcowan25
02/08/2022, 7:00 PMwiesson
02/08/2022, 7:51 PMosaxma
02/08/2022, 8:04 PMr/PostgreSQL
about JSONB: https://www.reddit.com/r/PostgreSQL/comments/sndijh/when_do_json_columns_make_sense_in_postgres/wiesson
02/08/2022, 8:41 PMosaxma
02/08/2022, 8:57 PMpg_trgm
to see if it helps avoiding algolia...
I was just searching and this article came up and looks interesting (it has a section for "GIN Trigram Indexes" using pg_trgm
on JSONB) :
https://dev.to/scalegrid/using-jsonb-in-postgresql-how-to-effectively-store-index-json-data-in-postgresql-5d7ecdbattags
02/08/2022, 9:01 PMwiesson
02/09/2022, 10:16 AMhko
02/09/2022, 6:46 PMflorian-lefebvre
02/09/2022, 8:29 PM