Getting Starter
Postgres database supports other types of connections as in this case it is Supabase, let's take a quick tour on the Supabase platform to get our database credentials
The first thing is to create your account if you don't have one yet Supabase account. Log in with your Github user
The second thing is to create an organization which is the one that allows you to create projects, this part is intuitive, create one then the other The database will ask you for a strong key, copy it and save it in a safe place, you will need it later for the connection :)
Once we have our database ready, the next thing is to go to the project configuration section
when clicking on database we will see all our configuration, you must copy each one do not forget that the key is the same when creating the project
at the end you should be able to configure your database as follows