lazyprisma

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2026 License: MIT Imports: 5 Imported by: 0

README

LazyPrisma

Terminal UI tool for managing Prisma migrations and database.

image

Installation

Homebrew (macOS/Linux)
brew tap DokaDev/lazyprisma
brew install lazyprisma
Manual Installation

Download the latest binary from Releases.

Prerequisites

LazyPrisma requires Prisma CLI to be installed in your project:

npm install -D prisma

Note: LazyPrisma uses npx prisma to execute commands. Global Prisma installation is not currently supported.

Usage

cd your-prisma-project
lazyprisma
Keyboard Shortcuts
  • ←/→ - Switch panels
  • ↑/↓ - Scroll/Select
  • r - Refresh migration status
  • g - Generate Prisma Client
  • d - Migrate Dev (create new migration)
  • D - Migrate Deploy
  • f - Format schema
  • t - Open Prisma Studio
  • ? - Help
  • q - Quit

Build from Source

brew install make

make clean
make

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
app
git

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL