mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 07:14:28 +08:00
* Update all docs that make references to the database settings to find the connection strings. Update all docs that references the database settings for the compute and disk page * run prettier * run pnpm format instead of prettier directly. * first run through, fix grammar and reword awkward sentences * Fix typos and remove unnecessary whitespace * Apply suggestions from code review Co-authored-by: Tyler <dshukertjr@gmail.com> --------- Co-authored-by: Tyler <dshukertjr@gmail.com>
17 lines
873 B
Plaintext
17 lines
873 B
Plaintext
## Project setup
|
|
|
|
Let's create a new Postgres database. This is as simple as starting a new Project in Supabase:
|
|
|
|
1. [Create a new project](https://database.new/) in the Supabase dashboard.
|
|
1. Enter your project details. Remember to store your password somewhere safe.
|
|
|
|
Your database will be available in less than a minute.
|
|
|
|
**Finding your credentials:**
|
|
|
|
You can find your project credentials on the dashboard:
|
|
|
|
- [Database connection strings](https://supabase.com/dashboard/project/_/settings/api?showConnect=true): Direct and Pooler connection details including the connection string and parameters.
|
|
- [Database password](https://supabase.com/dashboard/project/_/settings/database): Reset database password here if you do not have it.
|
|
- [API credentials](https://supabase.com/dashboard/project/_/settings/api): your serverless API URL and `anon` / `service_role` keys.
|