Installations
Developer Guide
Typescript
Yes
Module System
ESM
Node Version
18.20.4
NPM Version
10.7.0
Score
86
Supply Chain
72.9
Quality
87.1
Maintenance
100
Vulnerability
100
License
Releases
@auth/azure-tables-adapter@1.7.4
Published on 16 Nov 2024
@auth/d1-adapter@1.7.4
Published on 16 Nov 2024
@auth/dgraph-adapter@2.7.4
Published on 16 Nov 2024
@auth/drizzle-adapter@1.7.4
Published on 16 Nov 2024
@auth/dynamodb-adapter@2.7.4
Published on 16 Nov 2024
@auth/edgedb-adapter@1.7.4
Published on 16 Nov 2024
Contributors
Languages
TypeScript (93.3%)
JavaScript (2.73%)
CSS (1.37%)
Shell (1%)
Svelte (0.95%)
PLpgSQL (0.25%)
Pug (0.24%)
Dockerfile (0.11%)
HTML (0.04%)
Developer
Download Statistics
Total Downloads
1,446,686
Last Day
5,301
Last Week
29,484
Last Month
124,788
Last Year
1,251,487
GitHub Statistics
25,823 Stars
3,837 Commits
3,682 Forks
111 Watching
73 Branches
871 Contributors
Bundle Size
15.81 kB
Minified
2.33 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.7.4
Package Id
@auth/drizzle-adapter@1.7.4
Unpacked Size
132.13 kB
Size
13.96 kB
File Count
23
NPM Version
10.7.0
Node Version
18.20.4
Publised On
16 Nov 2024
Other packages similar to @auth/drizzle-adapter
@lucia-auth/adapter-drizzle
Drizzle ORM adapter for Lucia
@tytan-auth/drizzle-adapter
```ts // 기본 { id: number, mail?: string, phoneNumber?: string, name: string, lastAccessAt: Date, } // with oauth { // users_provider.table id: number, pid: string, type: 'google' | 'kakao', } // with local { id: number,
@lucia-auth/adapter-postgresql
PostgreSQL adapter for Lucia
@lucia-auth/adapter-sqlite
SQLite adapter for Lucia