if anyone can explain this Functions thing. It's too much for my dev knowledge (I'm an amateur developer with PHP & Symfony background, currently learning Vue.JS)
eMeRiKa
07/30/2021, 5:01 PM
(awesome, I was curious of the new Discord Thread feature as well 😄 )
s
Scott P
07/30/2021, 5:01 PM
The functions here are essentially reusable queries that are stored in the database. Instead of having to run the same query over and over, you can call a function by its name, and pass it parameters.
It's really useful if you're working with the supabase front-end libraries (e.g. supabase-js)
e
eMeRiKa
07/30/2021, 5:02 PM
could you give me a use case example?
s
Scott P
07/30/2021, 5:04 PM
Me and another user were discussing this earlier over in #870692478154571826 - there's some use cases there.
This new functions feature in the dashboard allows you to write and manage those from the web