Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 20, 2023
1 parent 9d68600 commit 71ef1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CREATE TABLE user_session (

### node-postgres

`NodePostgresAdapter` takes a `Pool` instance and a list of table names.
`NodePostgresAdapter` takes a `Pool` or `Client` instance and a list of table names.

```ts
import { Lucia } from "lucia";
Expand Down

0 comments on commit 71ef1e9

Please sign in to comment.