cloudbase-document-database-web-sdk

Featured

Use CloudBase document database Web SDK only for confirmed NoSQL collection work. Query, create, update, and delete document data; if the task mentions PostgreSQL / CloudBase PG / app.rdb(), route to postgresql-development instead.

API & Backend 1,102 stars 138 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Sibling skills (local only) Sibling CloudBase skills ship beside this skill. Use local relative paths such as `../auth-tool-cloudbase/SKILL.md`. If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do **not** HTTP-fetch remote skill or protocol markdown into the agent context. # CloudBase Document Database Web SDK ## Activation Contract ### Use this first when - A browser or Web app must read or write CloudBase document database data through `@cloudbase/js-sdk`. - The request mentions `app.database()`, `db.collection()`, `.where()`, `.watch()`, pagination, aggregation, or geolocation queries in a Web frontend. ### Read before writing code if - The task is clearly browser-side, but you still need to decide between Web SDK, Mini Program SDK, or backend access. - The request touches login state, collection permissions, or realtime updates. ### Then also read - Web login and caller identity -> `../auth-web-cloudbase/SKILL.md` - General Web app structure -> `../web-development/SKILL.md` - Mini Program database code -> `../cloudbase-document-database-in-wechat-miniprogram/SKILL.md` ### Do NOT use for - Mini Program code using `wx.cloud.database()`. - Server-side or cloud-function database access. - SQL / MySQL database operations. - Pure resource-permission administration with no browser SDK code. - **NEW business tables that the task explicitly asks to put in CloudBase PostgreS...

Details

Author
TencentCloudBase
Repository
TencentCloudBase/CloudBase-AI-Toolkit
Created
1 years ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category