@modern-admin/system-drizzle
v0.11.0
Published
Drizzle-backed implementation of Modern Admin system stores.
Maintainers
Readme
@modern-admin/system-drizzle
Drizzle-backed implementation of Modern Admin system stores.
Part of Modern Admin — a universal, modern admin panel framework built on NestJS + React 19, with Prisma/Drizzle adapters, Tailwind 4 UI, and end-to-end Zod validation.
Installation
bun add @modern-admin/system-drizzleDocumentation
Setup guides, architecture, and usage examples live in the Modern Admin README.
Better Auth 1.7 migration
The PostgreSQL schema targets Better Auth 1.7: ma_account.issuer is required
and (issuer, account_id) is unique. A populated Better Auth 1.6 database must
be upgraded during an authentication maintenance window with
migrations/postgres/better-auth-1.7-account-identities.sql. Review its
explicit provider mapping first. Unknown providers and identity collisions
abort and roll back the complete transaction; users are never merged or
deleted.
License
MIT © Modern Admin
