Add Support for Supabase
@aryanmehrotra can u please assign this issue to me.
Hi @coolwednesday Can you assign this issue to me?
@amaydixit11 Great! We’ll assign this to you.
Just a note: since Supabase is built on PostgreSQL, it works seamlessly with Go’s database/sql package using any PostgreSQL-compatible driver. Please extend the current SQL/PLSQL support in GoFr to also handle Supabase connections by reading the relevant configs directly. Refer : https://gofr.dev/docs/quick-start/connecting-mysql. You can check how MariaDB support was added.
If you come across any edge cases or potential loopholes in doing this, feel free to discuss here.
@amaydixit11 Done!