Skip to content

Commit

Permalink
fix type "Bun:SQL"
Browse files Browse the repository at this point in the history
  • Loading branch information
slvssb committed Jan 27, 2025
1 parent 9fc226f commit 6b530b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/get-started/bun-sql-existing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import UpdateSchema from '@mdx/get-started/postgresql/UpdateSchema.mdx';

<Breadcrumbs/>

# Get Started with Drizzle and SQLite in existing project
# Get Started with Drizzle and SQL in existing project

<Prerequisites>
- **dotenv** - package for managing environment variables - [read here](https://www.npmjs.com/package/dotenv)
Expand Down Expand Up @@ -83,4 +83,4 @@ bun src/index.ts

#### Step 10 - Query the database with a new field (optional)

<QueryDatabaseUpdated dialect='bun-sql' env_variable='DATABASE_URL' />
<QueryDatabaseUpdated dialect='bun-sql' env_variable='DATABASE_URL' />
4 changes: 2 additions & 2 deletions src/content/docs/get-started/bun-sql-new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ConnectBun from '@mdx/get-started/postgresql/ConnectBun.mdx';

<Breadcrumbs/>

# Get Started with Drizzle and Bun:SQLite
# Get Started with Drizzle and Bun:SQL

<Prerequisites>
- **bun** - javaScript all-in-one toolkit - [read here](https://bun.sh/)
Expand Down Expand Up @@ -68,4 +68,4 @@ We've created a [github issue](https://github.com/oven-sh/bun/issues/16774) that
To run a script with `bun`, use the following command:
```bash copy
bun src/index.ts
```
```

0 comments on commit 6b530b2

Please sign in to comment.