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")