3.1.2 • Published 1 month ago

@lucia-auth/adapter-postgresql v3.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@lucia-auth/adapter-postgresql

PostgreSQL adapter for Lucia.

Documentation

Lucia documentation

Changelog

Supported drivers

Installation

npm install @lucia-auth/adapter-postgresql
pnpm add @lucia-auth/adapter-postgresql
yarn add @lucia-auth/adapter-postgresql

Testing

node-postgres

Set PostgreSQL database connection url in .env:

POSTGRES_DATABASE_URL="postgresql://localhost/lucia"
pnpm test.node-postgres

Postgres.js

Set PostgreSQL database connection url in .env:

POSTGRES_DATABASE_URL="postgresql://localhost/lucia"
pnpm test.postgresjs

Neon HTTP

Set the connection URL in .env. Do not enable pooling.

NEON_CONNECTION_URL=""
pnpm test.neon-http
3.1.2

1 month ago

3.1.1

2 months ago

3.1.0

3 months ago

3.0.0

3 months ago

3.0.0-beta.10

4 months ago

3.0.0-beta.9

4 months ago

3.0.0-beta.8

5 months ago

3.0.0-beta.7

5 months ago

3.0.0-beta.6

5 months ago

3.0.0-beta.5

5 months ago

2.0.0-beta.8

10 months ago

2.0.0-beta.7

10 months ago

3.0.0-beta.1

6 months ago

3.0.0-beta.0

6 months ago

3.0.0-beta.3

6 months ago

3.0.0-beta.2

6 months ago

3.0.0-beta.4

6 months ago

2.0.2

6 months ago

2.0.0-beta.6

10 months ago

2.0.0-beta.5

10 months ago

2.0.1

9 months ago

2.0.0-beta.4

10 months ago

2.0.0

10 months ago

2.0.0-beta.3

11 months ago

1.0.1

12 months ago

2.0.0-beta.2

11 months ago

2.0.0-beta.1

11 months ago

2.0.0-beta.0

11 months ago

1.0.0

1 year ago