2 // Supabase
Create an Account
Visit the Supabase sign-up page to create an account. Signing in with GitHub is the easiest method.
Retrieve PostgreSQL Connection String
- Create an organization.
- Provide an organization name.
- Type of organization can be Personal.
- Free plan is enough.
- Click Create.
- Create a new project.
- Provide a project name.
- Create or generate a database password.
- Select the best region closest to users.
- The Security Options and Advanced Configuration options can be left to default.
- Click Create.
- On the Project Overview page, in the top part of the page, click on Connect.
- Under the Connection String section, change the Method dropdown to Transaction Pooler.
- The connection string will be provided in the following format:
- Note the connection string for later instructions such as creating a secret of the string in AWS Secrets Manager1.
-
Used in section: 3. AWS // Secrets Manager. ↩