Skip to content

Commit

Permalink
fix: typo (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmardale authored Jan 15, 2024
1 parent 087f63e commit bc7b9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database/drizzle.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: "Drizzle ORM"
Adapters for Drizzle ORM are provided by `@lucia-auth/adapter-drizzle`. Supports MySQL, PostgreSQL, and SQLite. You're free to rename the underlying table and column names as long as the field names are the same (e.g. `expiresAt`).

```
npm install @lucia-auth/adapter-sqlite@beta
npm install @lucia-auth/adapter-drizzle@beta
```

## MySQL
Expand Down

0 comments on commit bc7b9a6

Please sign in to comment.