Skip to main content
Back to registry

cloudbase-document-database-in-wechat-miniprogram

tencentcloudbase/skills

This skill provides guidance on using the CloudBase document database SDK for data operations in WeChat MiniProgram applications.

Installs581
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill cloudbase-document-database-in-wechat-miniprogram
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill provides guidance on using the CloudBase document database SDK for data operations in WeChat MiniProgram applications. Before using any database operations, initialize the database reference: To access a specific environment (e.g., test environment): Important Notes: Access collections using: Get a specific document reference: The operations are the same as the web SDK. You should look at ./crud-operations.md ./pagination.md ./complex-queries.md ./aggregation.md ./geolocation.md ./security-rules.md Important: Configure database security rules using writeSecurityRule MCP tool before database operations - WeChat MiniProgram has built-in authentication, no explicit login required - Users are automatically authenticated when using cloud capabilities - In cloud functions, you can access user info via wxContext.OPENID - It is HIGHLY RECOMMENDED to have a type definition and model layer for each collection in your document database. This will help you to avoid errors and make your code more robust. That would be the single source of truth for your database schema. Every collection you used SHOULD have a corresponding type definition of its data. - Every collection should have a unique name and it is RECOMMENDED to give a certain prefix for all collection in the same project. - ./crud-operations.md - ./pagination.md - ./complex-queries.md - ./aggregation.md -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloudbase-document-database-in-wechat-miniprogram do?

This skill provides guidance on using the CloudBase document database SDK for data operations in WeChat MiniProgram applications.

Is cloudbase-document-database-in-wechat-miniprogram good?

cloudbase-document-database-in-wechat-miniprogram does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudbase-document-database-in-wechat-miniprogram work with?

cloudbase-document-database-in-wechat-miniprogram currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to cloudbase-document-database-in-wechat-miniprogram?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloudbase-document-database-in-wechat-miniprogram?

npx skills add https://github.com/tencentcloudbase/skills --skill cloudbase-document-database-in-wechat-miniprogram

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering