Skip to content

Commit

Permalink
Update Kysely Postgresql Documentation (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
SooditK authored Oct 7, 2023
1 parent 167058b commit c32a6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/content/guidebook/kysely.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const db = new Kysely<Database>({
```ts
// lucia.ts
import { lucia } from "lucia";
import { pg } from "@lucia-auth/adapter-mysql";
import { pg } from "@lucia-auth/adapter-postgresql";

import { pool } from "./db.js";

Expand Down

0 comments on commit c32a6ed

Please sign in to comment.