Skip to content

Commit

Permalink
fix: typo in drizzle docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBouasli committed Dec 7, 2023
1 parent 3eb6237 commit 536ac72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/en/usage/drizzle.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ When you select NextAuth.js in combination with Drizzle, the schema file is gene

## Default Database

The default database is an MySql database, using the PlanetScale serverless client, so it is edge ready out of the box! All you need to do is spin up a database at PlanetScale (up to one instance in free-tier BTW) and copy and paste the connection string in the `.env` file. Don't forget to add `ssl={"rejectUnauthorized":true}` to the end of the string.
The default database is a MySql database, using the PlanetScale serverless client, so it is edge ready out of the box! All you need to do is spin up a database at PlanetScale (up to one instance in free-tier BTW) and copy and paste the connection string in the `.env` file. Don't forget to add `ssl={"rejectUnauthorized":true}` to the end of the string.

## Seeding your Database

Expand Down

0 comments on commit 536ac72

Please sign in to comment.