https://linen.dev logo
Any examples of using shuttle with Supabase?
# help
l
I'm looking to create an Axum + Shuttle + Supabase application and I'm looking for some guidance on this integration. Does anyone have any examples using these tools together? Thanks!
s
I have not used them together... yet at least. Maybe someone from the community can share some ideas?
l
Thanks for the reply! I think I'm getting close. Blocked by an issue with Supabase's certs not playing nice with rustls for the time being. Might switch to another hosted db...
Not sure if troubles lay beyond that 🤔
q
hi, ive used supabase before. What are you having issues with exactly
shuttle offers a sort of competing hosted postgres instance product offered through your shuttle service, which you could stand an api up that could interact with it from, supabase has a couple other products like auth and lambda (they call it edge functions)
l
I ended up needing Supabase support to upgrade my cert, their stock one doesn't work with
rustls
. And thanks for mentioning shuttle's offerings, it does look convenient but I'm enjoying Supabase's dashboard for ease-of-use. Maybe I'll shuttle out for those purposes in another project down the line 👍