if anyone can explain this Functions thing. It's t...
# off-topic
e
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)
(awesome, I was curious of the new Discord Thread feature as well 😄 )
s
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
could you give me a use case example?
s
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
e
thank you I will take a look