prisma-postgres

Automate Prisma Postgres provisioning and management via Console, CLI, and API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HuynhSang2005/delivery-app --skill prisma-postgres-huynhsang2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prisma-postgres
Source: https://github.com/HuynhSang2005/delivery-app/tree/main/.agents/skills/prisma-postgres
Command: npx skills add https://github.com/HuynhSang2005/delivery-app --skill prisma-postgres-huynhsang2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prisma Postgres setup and operations guidance across Console, CLI, and API to streamline database provisioning and management.

Core Features & Use Cases

  • Console-first provisioning for interactive setup and monitoring
  • Quick provisioning with create-db and CLI tooling
  • Programmatic provisioning and management via Management API and SDK, including tokens and OAuth

Quick Start

Begin by following the Console-first workflow to set up and manage Prisma Postgres databases.

Frequently Asked Questions about prisma-postgres

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

FAQPage Schema
How do I provision a Prisma Postgres database using the CLI?

You can provision a Prisma Postgres database using the CLI by running the create-db command. This quick provisioning workflow sets up your database and provides direct connection details.

Can I manage Prisma Postgres programmatically via the Management API and SDK?

Yes, you can manage Prisma Postgres programmatically using the Management API and SDK. This approach requires token-based authentication or OAuth to handle provisioning and integration.

What is the Console-first workflow for Prisma Postgres setup?

The Console-first workflow provides an interactive setup and monitoring interface for Prisma Postgres. It is the recommended starting point to configure databases before using CLI or API automation.

Does Prisma Postgres provisioning require token-based authentication or OAuth?

Yes, programmatic Prisma Postgres provisioning requires token-based authentication or OAuth. These auth flows are necessary when integrating Management API and SDK workflows for database management.

What's the best way to configure regions and connection details for Prisma Postgres?

The best way to configure regions and connection details is through the Console, CLI, or Management API. These interfaces handle direct database connections and region selection during the provisioning process.