Skip to content

Commit

Permalink
docs: replace "drizzle-orm/planetscale" with "drizzle-orm/planetscale… (
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocadev authored Jun 12, 2023
1 parent 2af055a commit ce5cb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/content/main/adapters/drizzle.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Refer to the [`planetscale`](/adapters/mysql#planetscale) section.

```ts
import { connect } from "@planetscale/database";
import { drizzle } from "drizzle-orm/planetscale";
import { drizzle } from "drizzle-orm/planetscale-serverless";
import lucia from "lucia";
import { planetscale } from "@lucia-auth/adapter-mysql";

Expand Down

0 comments on commit ce5cb32

Please sign in to comment.