postgresql-development-cloudbase

Develop CloudBase PostgreSQL applications with schema setup, query management, authentication, and storage integration.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill postgresql-development-cloudbase-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postgresql-development-cloudbase
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/postgresql-development
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill postgresql-development-cloudbase-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit addresses the complexities of developing applications on CloudBase PostgreSQL, providing comprehensive guidelines and reference materials for efficient app development, database management, and best practices.

Core Features & Use Cases

  • PostgreSQL Schema Setup: Detailed instructions for setting up and managing PostgreSQL schemas within CloudBase.
  • Query Management: Guidance on using the queryPgDatabase and managePgDatabase functions for database interactions.
  • Authentication: Steps for implementing username-password authentication and managing user sessions.
  • Storage Integration: Information on integrating and configuring CloudBase Storage for file uploads and metadata management.
  • Use Case: For a developer creating a content management system (CMS) on CloudBase, this Skill unit offers the necessary steps for setting up PostgreSQL, handling authentication, and implementing data storage and retrieval.

Quick Start

Run the following command to initialize your CloudBase PostgreSQL environment and ensure PostgreSQL mode is enabled: `manageEnv(action="create", alias="my-env", packageId="baas_personal", resources=["flexdb","storage","function","postgresql"], confirm="yes")

Frequently Asked Questions about postgresql-development-cloudbase

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

FAQPage Schema
How do I set up a PostgreSQL schema in CloudBase?

To set up a PostgreSQL schema in CloudBase, you can initialize your environment using the manageEnv function with PostgreSQL resources enabled, then apply detailed schema configuration instructions provided for structured data management.

What functions are used for PostgreSQL query management in CloudBase?

CloudBase PostgreSQL query management utilizes the queryPgDatabase function for data retrieval and the managePgDatabase function for executing database interactions and administrative operations.

Can I implement username-password authentication with CloudBase PostgreSQL?

Yes, you can implement username-password authentication with CloudBase PostgreSQL by following the provided steps to establish user credentials and manage user sessions within your application.

Does CloudBase PostgreSQL support storage integration for file uploads?

Yes, CloudBase PostgreSQL supports storage integration, allowing you to configure CloudBase Storage for handling file uploads and managing associated metadata within your application workflow.

What is the best way to start building a CMS with CloudBase PostgreSQL?

The best way to start building a CMS with CloudBase PostgreSQL is to initialize your environment using the manageEnv action, configure the database schema, set up authentication, and integrate CloudBase Storage.

Do I need to enable specific resources to use PostgreSQL on CloudBase?

Yes, you need to enable PostgreSQL as a resource during environment creation by including it in the resources array of the manageEnv function alongside flexdb, storage, and function.