CLI
Interactive utilities for schema generation and database inspection.
Run the CLI:
npx @remcostoeten/drizzleasy seed --helpOr via package script:
bun run cli -- --helpCommands
- Clear Database (manual guidance per provider)
- Generate and Push schema (drizzle-kit)
- Generate Random Schema templates (e-commerce, blog, CRM, social, tasks)
- View tables (mock inspector)
The CLI detects provider from DATABASE_URL and shows the correct guidance.