Skip to content

Commit

Permalink
chore: remove sql language
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Sep 28, 2023
1 parent 9b47d71 commit 06427e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/6.drivers/planetscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use, you will need to install `@planetscale/database` in your project:

Then you can create a table to store your data by running the following query in your Planetscale database, where <storage> is the name of the table you want to use:

```sql
```
create table <storage> (
id varchar(255) not null primary key,
value longtext,
Expand Down

0 comments on commit 06427e1

Please sign in to comment.