is there any way to trigger stored procedures from...
# help
m
is there any way to trigger stored procedures from a different language other than javascript? (i.e. golang?)
n
Hello @Milou! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
m
(because the examples are all in js)
g
The api is callable over http using whatever method is available in your language. There are also alot of libraries in various states. https://github.com/supabase-community It looks like go has postgres and storage support so far, but I did not look at the details.
n
Milou (2022-03-23)
m
ah, thanks!