Features & workflows
Generating and applying migrations
Work with your Drizzle or Prisma migrations from inside AddisDB — generate the SQL, read every line, and apply it against the database you choose.
The Migrations tab drives your project’s migration toolchain — Drizzle Kit or Prisma — through your own package runner (npx, pnpm and friends). AddisDB finds your Node toolchain on macOS, Windows and Linux, so generate-and-apply works the same everywhere.
See the SQL before it runs
Generating a migration shows you the exact SQL and its estimated impact. Nothing is applied until you say so, and applying it runs through the same safety checks as any other write — a read-only or prod connection stays protected until you deliberately grant access.