Skip to main content
Back to registry

cloudbase-document-database-web-sdk

tencentcloudbase/skills

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

Installs448
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill cloudbase-document-database-web-sdk
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
This skill provides guidance on using the CloudBase document database Web SDK for data operations in web applications. Before using any database operations, initialize the CloudBase SDK: Remember to sign in(auth) is * REQUIRED before actually querying the database. Access collections using: CloudBase provides query operators via db.command (aliased as _ ): Query by document ID: Query with conditions: Note: get() returns 100 records by default, maximum 1000. Combine methods for complex queries: For detailed information on specific topics, refer to: See ./crud-operations.md for: See ./complex-queries.md for: See ./pagination.md for: See ./aggregation.md for: See ./geolocation.md for: See ./realtime.md for: See ./security-rules.md for: Always wrap database operations in try-catch: Database operations return: Common query examples: For more detailed examples and advanced usage patterns, refer to the companion reference files in this directory. EVERY database operation(including get() , add() , update() , delete() etc)should check the return value's code for any errors. For example: Error MUST be handled with detail and human-readable message and friendly UI. - _.gt(value) - Greater than - _.gte(value) - Greater than or equal - _.lt(value) - Less than - _.lte(value) - Less than or equal - _.eq(value) - Equal to - _.neq(value) - Not equal to - _.in(array) - Value in array -...

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-web-sdk do?

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

Is cloudbase-document-database-web-sdk good?

cloudbase-document-database-web-sdk does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudbase-document-database-web-sdk work with?

cloudbase-document-database-web-sdk currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to cloudbase-document-database-web-sdk?

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

How do I install cloudbase-document-database-web-sdk?

npx skills add https://github.com/tencentcloudbase/skills --skill cloudbase-document-database-web-sdk

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering