database-schema-manager

Community

Type-safe DB schemas and migrations.

Authord-oit
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manages LibSQL/Turso database schemas with Zod validation, creates migrations, and ensures type-safe database operations.

Core Features & Use Cases

  • Schema Design with SQL + Zod: Define schemas with SQL and validate using Zod.
  • Migrations: Version-controlled changes for safe evolution.
  • Type Safety: Generate TypeScript types from Zod schemas for DB operations.

Quick Start

Create a new table using a Zod-validated schema, generate a migration, and apply it to the database.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: database-schema-manager
Download link: https://github.com/d-oit/do-novelist-ai/archive/main.zip#database-schema-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository