cloudbase-document-database-in-wechat-miniprogram
A database SDK for WeChat MiniProgram developers to interact with CloudBase storage and databases.
Install
mkdir -p .claude/skills/cloudbase-document-database-in-wechat-miniprogram && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3407" && unzip -o skill.zip -d .claude/skills/cloudbase-document-database-in-wechat-miniprogram && rm skill.zipInstalls to .claude/skills/cloudbase-document-database-in-wechat-miniprogram
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.Key capabilities
- →Execute CRUD operations on MiniProgram databases
- →Handle geolocation query filters
- →Perform paginated collection scans
- →Aggregate document results
How it works
Maps standard NoSQL operations to the CloudBase WeChat MiniProgram SDK bridge.
Inputs & outputs
When to use cloudbase-document-database-in-wechat-miniprogram
- →Querying MiniProgram database collections
- →Performing CRUD operations on data
- →Executing geolocation queries
- →Implementing database pagination
About cloudbase-document-database-in-wechat-miniprogram
Provides an interface for WeChat MiniProgram database operations. It supports complex queries, geolocation, and aggregation within the Tencent CloudBase ecosystem.
Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.
When not to use it
- →Non-WeChat MiniProgram environments
- →Server-side high-throughput SQL operations
Prerequisites
Limitations
- →Limited by MiniProgram permission scopes
- →Dependent on CloudBase backend connectivity
How it compares
Designed specifically for the constrained security and user-context model of WeChat MiniPrograms.
Compared to similar skills
cloudbase-document-database-in-wechat-miniprogram side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| cloudbase-document-database-in-wechat-miniprogram (this skill) | 1 | 2mo | No flags | Intermediate |
| curd | 1 | 6mo | No flags | Intermediate |
| enferno-dev | 1 | 7mo | Review | Beginner |
| sigma-audio-crm | 0 | 2mo | Caution | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TencentCloudBase
View all by TencentCloudBase →You might also like
curd
JaguarJack
Generates complete CRUD module from database table definition. Orchestrates 9 sub-skills. Use when user says "create CRUD", "generate module from table", or provides a table structure.
enferno-dev
level09
Development skill for Enferno Flask framework. Use when implementing features, fixing bugs, or writing code for Enferno-based applications. This includes creating models, API endpoints, Vue.js frontend components, database operations, or any development task within the Enferno ecosystem. Triggers: creating blueprints, adding models, building APIs, Vue/Vuetify components, Celery tasks, database migrations.
sigma-audio-crm
YuvrajGaykhe
Use this skill for ALL development, debugging, review, refactoring, feature building, and integration work on the Sigma Audio Dealer & Sales Intelligence Platform. Trigger whenever the user mentions leads, dealers, follow-ups, RBAC, CRM, audit logs, Kanban pipeline, analytics, sales executive, Djang
relational-database-web-cloudbase
LeoYeAI
Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk – provides the canonical init pattern so you can then use Supabase-style queries from the browser.
sql-optimization-patterns
wshobson
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
drizzle-orm
EpicenterHQ
Drizzle ORM patterns for type branding and custom types. Use when working with Drizzle column definitions, branded types, or custom type conversions.