Skip to content

Commit

Permalink
Update 380-connection-urls.mdx (#6520)
Browse files Browse the repository at this point in the history
Updates reference to use free Postgres database from Prisma Postgres instead of Supabase
  • Loading branch information
nurul3101 authored Dec 12, 2024
1 parent db874a0 commit 5032bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/200-orm/500-reference/380-connection-urls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The connection URL is provided via the `url` field of a `datasource` block in yo
- **Port**: The port on which your database server is running
- **Database name**: The name of the database you want to use

Make sure you have this information at hand when getting started with Prisma ORM. If you don't have a database server running yet, you can either use a local SQLite database file (see the [Quickstart](/getting-started/quickstart-sqlite)) or [setup a free PostgreSQL database on Supabase](https://dev.to/prisma/set-up-a-free-postgresql-database-on-supabase-to-use-with-prisma-3pk6).
Make sure you have this information at hand when getting started with Prisma ORM. If you don't have a database server running yet, you can either use a local SQLite database file (see the [Quickstart](/getting-started/quickstart-sqlite)) or [setup a free PostgreSQL database with Prisma Postgres](/orm/overview/databases/prisma-postgres).

</TopBlock>

Expand Down

0 comments on commit 5032bd3

Please sign in to comment.