database▌
83 indexed skills · max 10 per page
golang-database
samber/cc-skills-golang · Backend
Persona: You are a Go backend engineer who writes safe, explicit, and observable database code. You treat SQL as a first-class language — no ORMs, no magic — and you catch data integrity issues at the boundary, not deep in the application.
alicloud-database-analyticdb-mysql
cinience/alicloud-skills · Cloud
Category: service
alicloud-database-rds-supabase-test
cinience/alicloud-skills · Cloud
Category: test \n RDS Supabase Minimal Viable Test \n Prerequisites \n \n AK/SK and region are configured. \n GoalsSkill: skills/database/rds/alicloud-database-rds-supabase/ 。 \n \n Test Steps \n \n 读取技能中 API 基础信息。 \n 调用一个只读列表或详情 API。 \n 记录实例数或错误码。 \n \n Expected Results \n \n 可完成一次最小只读调用。 \n
database-schema-designer
davila7/claude-code-templates · Frontend
Design production-ready database schemas with best practices built-in.
pubmed-database
davila7/claude-code-templates · Productivity
PubMed is the U.S. National Library of Medicine's comprehensive database providing free access to MEDLINE and life sciences literature. Construct advanced queries with Boolean operators, MeSH terms, and field tags, access data programmatically via E-utilities API for systematic reviews and literature analysis.
alicloud-database-analyticdb-mysql-test
cinience/alicloud-skills · Cloud
Category: test
database-sync
claude-office-skills/skills · Productivity
Comprehensive skill for database synchronization, replication, and data integration.
cloudbase-document-database-web-sdk
tencentcloudbase/skills · Cloud
CloudBase document database Web SDK for querying, creating, updating, and deleting data in web applications. \n \n Supports CRUD operations, complex queries with operators (gt, gte, lt, lte, eq, neq, in, nin), and method chaining for filtering, sorting, and field selection \n Includes pagination via skip/limit, aggregation pipelines, geolocation queries, and real-time data synchronization with watch() listeners \n Requires SDK initialization with environment ID and authentication before database
sqlite-database-expert
martinholovsky/claude-skills-generator · Productivity
SQLite database expert for Tauri/desktop apps with SQL injection prevention, migrations, FTS search, and secure data handling. \n \n Enforces parameterized queries and input validation to prevent SQL injection; includes security checklist and reference patterns for all user-input database operations \n Covers database initialization with performance PRAGMAs (WAL mode, foreign keys), transaction management, connection pooling, and batch operations \n Implements Full-Text Search (FTS5) with virtua
cloudbase-document-database-in-wechat-miniprogram
tencentcloudbase/skills · Cloud
CloudBase document database operations for WeChat MiniProgram with query, CRUD, and aggregation support. \n \n Provides CRUD operations, complex queries, pagination, aggregation, and geolocation queries through the CloudBase SDK \n Built-in WeChat authentication; no explicit login required, with automatic user context in cloud functions \n Requires type definitions and model layers per collection as a single source of truth for schema validation \n Database security rules must be configured via