Generate a new database migration file using drizzle-kit by specifying a migration name and optional config path, supporting schema versioning for SQLite and PostgreSQL.
Introspect database schema using drizzle-kit to generate Drizzle ORM definitions for SQLite and PostgreSQL. Reads existing tables and outputs schema files.
Provides database schema management, query execution, and schema introspection through Drizzle ORM and drizzle-kit CLI tools, supporting SQLite and PostgreSQL.
Enables database governance for Drizzle ORM projects by inspecting schemas, linting migrations for unsafe operations, detecting schema drift, and explaining query plans with performance checks.
Compare up to three libraries side-by-side by fetching live documentation and presenting content relevant to your chosen criteria, aiding library selection decisions.
Run 6-category diagnostics on a BackGen project to verify Node.js, npm, .env, database, dependencies, and manifest. Returns a structured report to confirm project validity.
Retrieve detailed weather forecasts including current conditions, hourly, and daily data for any location. Specify latitude, longitude, and optional parameters to customize units, timezone, and forecast days.
Scaffold a production-ready Express.js + TypeScript backend project with your choice of ORM, Zod validation, Swagger docs, Docker, ESLint, Vitest, and more.
Generate a full CRUD module including controller, service, repository, Zod schemas, routes, OpenAPI docs, and tests for a resource defined by name and fields.
Runs six health checks on a BackGen project covering runtime, config, database, dependencies, file integrity, and ownership. Returns a pass/fail report and can auto-fix issues with --fix.