Replies: 3 comments 3 replies
-
Hey there, Yes, multidimensional arrays are supported. Here are docs using the REST API. The patch example would have the same payload for supabase-js, query should have the same shape as well. @dshukertjr Might know how to do this in flutter. |
Beta Was this translation helpful? Give feedback.
-
thanks all! @dshukertjr i'm dabbling with the idea of using it to store a list of tags with custom colors, custom stickers or emojis per room in a chat app. rather than have to do a join or another db call, its built right into the table. considered jsonb but read arrays are quicker and better when searching or filtering. |
Beta Was this translation helpful? Give feedback.
-
As always, thanks for the thorough response! @dshukertjr ps: just noticed you put the same link twice. was the bottom link supposed to relate to querying a foreign table in supabase? |
Beta Was this translation helpful? Give feedback.
-
Hello, wondering if you can update the docs/guides for using Arrays in Flutter? Also, does Supabase support multidimensional arrays? If so, and example appreciated.
https://supabase.com/docs/guides/database/arrays
Thanks
Beta Was this translation helpful? Give feedback.
All reactions