is there any way to trigger stored procedures from a different language other than javascript? (i.e. golang?)
n
Needle
03/23/2022, 5:24 PM
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
Milou
03/23/2022, 5:24 PM
(because the examples are all in js)
g
garyaustin
03/23/2022, 6:18 PM
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.