Skip to main content
Back to registry

relational-database-web-cloudbase

tencentcloudbase/skills

Use this skill whenever you need to access CloudBase Relational Database from a browser app (React, Vue, vanilla JS) using @cloudbase/js-sdk .

Installs429
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill relational-database-web-cloudbase
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Use this skill whenever you need to access CloudBase Relational Database from a browser app (React, Vue, vanilla JS) using @cloudbase/js-sdk . Use it when you need to: Do NOT use this skill for: Initialization rules (Web, @cloudbase/js-sdk): Rules: - Initialize CloudBase Relational Database on the frontend - Replace an existing Supabase client with CloudBase Relational Database - Share a single db client across your Web app - Backend/Node access to CloudBase Relational Database (use relation-database-skill → node-sdk/quickstart.md ) - MCP/agent database management (use relation-database-skill → mcp-tools/mcp-guide.md ) - Auth flows (use the Web/Node/Auth skills instead) - Confirm environment - Ask the user for: - env – CloudBase environment ID - Follow the initialization pattern in this file exactly - Only change values like env , never the object shape. - After initialization, use Supabase knowledge for queries - Treat db as a Supabase client – method names and patterns are identical. - Avoid re-initializing CloudBase - Create a single shared db client and reuse it across components. - Always use synchronous initialization with the pattern above - Do not lazy-load the SDK with import("@cloudbase/js-sdk") - Do not wrap SDK initialization in async helpers such as initCloudBase() with internal initPromise caches - Create a single shared db client and reuse it instead of...

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 relational-database-web-cloudbase do?

Use this skill whenever you need to access CloudBase Relational Database from a browser app (React, Vue, vanilla JS) using @cloudbase/js-sdk .

Is relational-database-web-cloudbase good?

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

What agent does relational-database-web-cloudbase work with?

relational-database-web-cloudbase currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to relational-database-web-cloudbase?

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

How do I install relational-database-web-cloudbase?

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

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering