UNPKG

@lifeworld/adapter-drizzle

Version:
38 lines (24 loc) 589 B
# `@lucia-auth/adapter-drizzle` [Drizzle ORM](https://orm.drizzle.team) adapter for Lucia. **[Documentation](https://v3.lucia-auth.com/database/drizzle)** **[Lucia documentation](https://v3.lucia-auth.com)** **[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-drizzle/CHANGELOG.md)** ## Installation ``` npm install @lucia-auth/adapter-drizzle pnpm add @lucia-auth/adapter-drizzle yarn add @lucia-auth/adapter-drizzle ``` ## Testing ### MySQL ``` pnpm test.mysql ``` ### PostgreSQL ``` pnpm test.postgresql ``` ### SQLite ``` pnpm test.sqlite ```