Create a Postgres Database with Supabase (free forever)
Create your free Postgres database in 4 minutes with Supabase 😍
Supabase is an open-source backend-as-a-service that provides developers with a database built on top of PostgreSQL. This guides shows you how to create your database for free in Supabase cloud.
Let's first go to supabase.com
1. Click "Start your project"
2. Click "Sign Up Now" to create a new account or "Sign in" to login to an existing account
3. Switch to app.supabase.com
4. Click "New project" and select your organization (typically the default one)
5. Fill "Project name"
This can be any name such as "stacksync pilot project"
6. Click "Copy the suggested strong password"
☝ Before creating a new project it is crucial to COPY the database password as it will not be accessible twice. The only way you can retrieve your database password later on, is by regenerating the password itself and invalidating previous passwords (which can break existing connections to the database).
7. Click "Create new project"
8. Go to settings
You just created your first database project in supabase! 🎉
Now let's get the Database Connection URL which is the fastest way to connect your supabase instance to Stacksync.
9. Click "Database"
10. Click "URI"
11. Copy the connection URL
That's it! 🥳
Now that you have created your Postgres Database with Supabase, you can connect it to your existing Salesforce CRM (if you do not have Salesforce CRM instance yet, check out this guide to create a new Salesforce CRM developer instance for free forever!)
Last updated