Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni authored Nov 2, 2023
1 parent 0d4748e commit b386441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/300-guides/050-database/900-turso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ There are a number of differences between Turso and SQLite to consider. You shou

Ensure that you have the [Turso CLI](https://docs.turso.tech/reference/turso-cli) installed to manage your databases.

To provision a database on Turso, run the following command:
1. To provision a database on Turso, run the following command:

```terminal
turso db create turso-prisma-db
```

Retrieve the database's connection string:
2. Retrieve the database's connection string:

```terminal
turso db show turso-prisma-db
Expand Down

0 comments on commit b386441

Please sign in to comment.