nx-database

Generate and apply PostgreSQL schema migrations with Drizzle ORM.

23|1|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/qauth-labs/qauth --skill nx-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-database
Source: https://github.com/qauth-labs/qauth/tree/main/.claude/skills/nx-database
Command: npx skills add https://github.com/qauth-labs/qauth --skill nx-database

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies database schema updates, migrations, and management, reducing manual effort and errors.

Core Features & Use Cases

  • Schema Modification & Migration: Easily generate and apply SQL migrations when updating database schemas.
  • Workflow Automation: Automate routine database tasks such as seeding, dropping, and pushing schemas to development environments.
  • Use Case: A developer needs to update schema definitions; this Skill helps generate and execute the necessary migration scripts seamlessly.

Quick Start

Use this Skill to generate a migration after changing schemas, then apply it to the database.

Frequently Asked Questions about nx-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate and apply SQL migrations after modifying a PostgreSQL schema?

To generate and apply SQL migrations after modifying a PostgreSQL schema, this Skill automates the creation and execution of migration scripts via Drizzle ORM, ensuring smooth schema updates with minimal manual intervention.

What is the best way to automate database seeding and schema pushing in a development environment?

Automating database seeding and schema pushing in a development environment is achievable through this Skill, which orchestrates routine database tasks like dropping, seeding, and pushing schemas to streamline your workflow.

Can I use Drizzle ORM for schema version control and workflow automation?

Yes, you can use Drizzle ORM for schema version control and workflow automation. This Skill facilitates schema generation, migrations, and environment setup, reducing manual effort and errors in development workflows.

Does this database schema management approach work with PostgreSQL?

Yes, this database schema management approach works specifically with PostgreSQL. It is designed for database administrators and backend developers managing PostgreSQL schemas and migrations using Drizzle ORM.

Why do I need schema migration scripts when updating database schemas?

You need schema migration scripts when updating database schemas to ensure smooth, version-controlled updates. This Skill simplifies generating and applying the necessary SQL migration scripts, reducing manual effort and preventing errors.