home/categories/databases
domain cluster

Databases

SQL, NoSQL, and database management tools.

3963 スキルall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
sql-databases
0

new-db-schema

Create new database tables with Drizzle ORM schemas and Valibot validation. 使用 Drizzle ORM 创建新的数据库表模式和 Valibot 验证。 Use when: - Adding new database tables - Creating entity schemas - User mentions "new table", "database schema", "add entity", "新增表", "数据库模式"

coderguai
coderguai
databases
open
sql-databasesmarketplace
0

database-seeding

Generate and manage database seed data for development and testing. Use when developers need realistic test data, database migrations with initial data, or automated seeding for local environments. Supports PostgreSQL, MySQL, SQLite with Faker-based data generation and relationship management.

caseymanos
caseymanos
databases
open
sql-databases
0

tidb-doc-finder

TiDB-specific documentation lookup guided by this repo's llms.txt hub: read llms.txt, pick the best linked source (tidb-dev-guide llms-full.txt, TiDB user guide llms.txt, or Uber Go style guide), fetch it, then search within it to answer with precise references. Use when asked to find docs, research, or provide doc-grounded answers about TiDB development or usage.

hawkingrei
hawkingrei
databases
open
sql-databases
0

axum

Axum 0.8+ production patterns with SQLx. Use when: building Rust APIs, async database, error handling. Do not use for: API design decisions (use api-design skill). Workflow: api-design (design) → this skill (implementation).

zzoohub
zzoohub
databases
open
sql-databases
0

mysql-best-practices

MySQL database development standards. Triggers when working with MySQL databases, queries, schema design, or optimization.

jcastillotx
jcastillotx
databases
open
sql-databases
0

backend-models

Define database models with clear naming, appropriate data types, proper constraints, and well-defined relationships. Use this skill when creating new database models or entities, defining model schemas, implementing model validations, setting up model relationships (one-to-one, one-to-many, many-to-many), adding timestamps or audit fields, defining database constraints (NOT NULL, UNIQUE, foreign keys), choosing appropriate data types for fields, implementing model hooks or lifecycle methods, creating indexes on model fields, working with ORM model files, or refactoring existing model definitions. Use when working with model files in directories like models/, entities/, or schema/ for ORMs like Sequelize, TypeORM, Prisma, SQLAlchemy, ActiveRecord, Django models, or Mongoose.

tlabs-xyz
tlabs-xyz
databases
open
sql-databases
0

postgres-neon-connection-and-migrations

Standard patterns for connecting applications to Neon Postgres and managing schema changes via migrations (Alembic / SQLModel / SQLAlchemy), with attention to serverless connection behaviour.

mub7865
mub7865
databases
open
sql-databases
0

adding-convex-table

Adds a new table to Convex schema with indexes. Input: Table name, fields, and query patterns. Output: Updated schema.ts with new table definition.

Simplereally
Simplereally
databases
open
sql-databases
0

php-symfony-doctrine-batch-processing

Process large datasets with Doctrine batch processing, iteration, and memory management. WHEN: Processing thousands/millions of records, batch updates/inserts, clearing EntityManager periodically, using toIterable(), managing memory in long-running scripts. WHEN NOT: Simple CRUD operations, query optimization (use php-symfony-doctrine-fetch-modes), migrations (use php-symfony-doctrine-migrations).

LounisBou
LounisBou
databases
open
sql-databases
0

fdb-layer-engineering

Guide for building FoundationDB layers in Rust. Use when designing key schemas, handling transactions, implementing indexes, or troubleshooting FDB errors. Covers tuple layer, atomic ops, retries, and performance patterns.

PierreZ
PierreZ
databases
open
sql-databases
0

laravel-eloquent

Master Eloquent ORM with relationships, scopes, casts, observers, and query optimization. Use when creating models, defining relationships, writing queries, or optimizing database access.

fusengine
fusengine
databases
open
sql-databases
0

postgresql-table-design

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

HermeticOrmus
HermeticOrmus
databases
open
sql-databases
0

backend-models

Define and structure database models with proper naming conventions, data integrity constraints, and relationship definitions. Use this skill when creating or modifying database model files, defining table schemas, setting up model relationships (one-to-many, many-to-many, one-to-one), working with ORM model files (schema.prisma, models/*, app/models/*, entities/*), implementing data validation at the model level, adding timestamps and audit fields, defining foreign keys and indexes, choosing appropriate data types, configuring cascade behaviors, or balancing database normalization with query performance. Apply this skill when designing database schemas, creating new models, refactoring existing model structures, or reviewing data integrity and relationship configurations.

pdovhomilja
pdovhomilja
databases
open
sql-databases
0

food-journal-database

Describes the structure of the Food Journal database that allows to store and read food journal entries

marcopeg
marcopeg
databases
open
sql-databases
0

database-administrator

Expert database administrator specializing in high-availability systems, performance optimization, and disaster recovery. Masters PostgreSQL, MySQL, MongoDB, and Redis with focus on reliability, scalability, and operational excellence.

vx-daniel
vx-daniel
databases
open
sql-databases
0

sqlmodel-production

Production-ready SQLModel patterns for FastAPI applications. This skill should be used when creating database models, writing queries, managing sessions, setting up relationships, configuring connection pools, or troubleshooting database issues with SQLModel.

MUmerRazzaq
MUmerRazzaq
databases
open
sql-databases
0

database-patterns

SQLite veritabani yapisi ve CRUD pattern referansi. Use when working with database operations, queries, or understanding the data model.

olivenet-iot
olivenet-iot
databases
open
sql-databases
0

conventions

SQL schema conventions for PSRDatabase. When writing SQL schemas for PSRDatabase, follow these conventions strictly.

psrenergy
psrenergy
databases
open
sql-databases
0

database

ทำงานกับ PostgreSQL และ MongoDB อย่างมีประสิทธิภาพ

saknarinZ
saknarinZ
databases
open
sql-databases
0

kysely

Implements Kysely type-safe SQL query builder with full TypeScript inference, migrations, and multi-database support. Use when building type-safe SQL queries, needing a lightweight ORM alternative, or wanting SQL control with TypeScript safety.

mgd34msu
mgd34msu
databases
open
sql-databases
0

drizzle-schema-generator

Usa este skill cuando el usuario pida crear una nueva tabla, modelo o esquema en Drizzle ORM para PostgreSQL.

mapineda48
mapineda48
databases
open
sql-databases
0

database-migration

数据库迁移技能:安全的数据库 schema 变更工作流。 Use when: 需要修改数据库结构、执行迁移、回滚变更。 Triggers: "迁移", "migration", "数据库", "schema", "表结构"

dseirz-rgb
dseirz-rgb
databases
open
Previous
Page 155 / 166
Next