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
21

pg-vacuum-tuning

Monitors and tunes PostgreSQL vacuum operations including autovacuum configuration, vacuum progress tracking, wraparound prevention, and per-table vacuum strategy. Provides tuning recommendations for high-churn OLTP and large analytical tables.

isdaniel
isdaniel
databases
open
sql-databases
21

pg-performance-baseline

Generates a comprehensive PostgreSQL performance baseline report capturing health metrics, query workload patterns, table statistics, configuration settings, index utilization, and I/O patterns. Designed for before/after comparison when making changes.

isdaniel
isdaniel
databases
open
sql-databases
21

pg-index-optimization

Performs comprehensive PostgreSQL index optimization including unused index cleanup, duplicate detection, missing index recommendations, and hypothetical index testing with HypoPG. Provides actionable CREATE/DROP INDEX statements with estimated impact.

isdaniel
isdaniel
databases
open
sql-databases
21

pg-query-rewrite

Guides SQL query optimization through execution plan analysis and common rewrite patterns. Covers subquery-to-JOIN conversion, CTE materialization control, OR-to-UNION, NOT IN-to-NOT EXISTS, pagination optimization, and SELECT * elimination. Uses analyze_query with format and settings parameters for deep plan analysis.

isdaniel
isdaniel
databases
open
sql-databases
21

pg-health-check

Performs comprehensive PostgreSQL database health assessments covering connections, cache performance, locks, replication, wait events, active queries, and configuration review. Produces a scored health report with prioritized recommendations.

isdaniel
isdaniel
databases
open
database-tools
20

add-database-table

Create database migrations, define table schemas, and manage constant tables (enums). Use when: (1) creating a new database table, (2) running 'make migrate.create', (3) adding enum/status values, (4) modifying table structure. REQUIRED first step before add-domain-entity.

abyssparanoia
abyssparanoia
databases
open
database-tools
20

data-seeding

Create or update database seed scripts for development and testing environments. Use when setting up test data, initializing development databases, creating demo environments, resetting to known state, or generating realistic sample data.

sgcarstrends
sgcarstrends
databases
open
database-tools
20

db-migration-check

Detect dangerous operations in database migrations before deployment

mehdic
mehdic
databases
open
database-tools
20

config-seeder

Seed JSON configuration files into database. Use ONCE at BAZINGA session initialization, BEFORE spawning PM.

mehdic
mehdic
databases
open
nosql-databases
20

cache-components

Ensure 'use cache' is used strategically to minimize CPU usage and ISR writes. Use when creating/modifying queries to verify caching decisions align with data update patterns and cost optimization.

sgcarstrends
sgcarstrends
databases
open
database-tools
20

data-access

Data access patterns with Spring Data JPA, Hibernate 7.1, Flyway migrations, HikariCP tuning, N+1 prevention, caching, and query optimization. Use when user mentions database, JPA, queries, migrations, N+1, or slow queries.

altmemy
altmemy
databases
open
database-tools
20

create-migration

Create a new versioned config migration in server/migrations/ following the project's Flyway-style pattern. Use when adding new required/default fields to config files, renaming/restructuring fields, or adding default entries to providers.json, groups.json, tools.json, sources.json, etc.

intrafind
intrafind
databases
open
database-tools
20

rails-performance

Ruby on Rails performance conventions — N+1 prevention, caching, database tuning, benchmarking. Use when optimizing queries, adding caching, or profiling performance.

jorgegorka
jorgegorka
databases
open
database-tools
20

zeabur-migration

Use when services stuck on Waiting for database migrations to complete. Use when app expects separate migrator service.

zeabur
zeabur
databases
open
database-tools
20

zeabur-service-exec

Use when running commands inside a Zeabur service container. Use for one-off database operations like queries, data cleanup, or migrations (e.g. mongosh, psql, mysql, redis-cli). Use when user says "exec into container", "run command in service", "query database", "delete from database", "run mongo command", "run SQL", "check files in container", "debug inside service", or "shell into service". Use for container-level debugging like checking env vars, files, processes, or connectivity. NOT for deploying databases (use zeabur-template-deploy instead).

zeabur
zeabur
databases
open
database-tools
20

db-migrations

Create, run, and troubleshoot schema changes and migration application.

wonderlydotcom
wonderlydotcom
databases
open
database-tools
20

better-result

Use when migrating library code from thrown or rejected error flows to typed Result-based flows with better-result. Follow official better-result patterns for tagged errors, Result.try, generator composition, and matching.

AndrewIngram
AndrewIngram
databases
open
database-tools
20

skf-rename-skill

Rename a skill across all its versions — transactional copy-verify-delete with platform context rebuild. Use when the user requests to "rename a skill."

armelhbobdad
armelhbobdad
databases
open
database-tools
20

optimize

Use when the user wants Codex to set up and run codex-optimize against the current repository, including wiring a benchmark, correctness tests, Docker image, and then extracting the winning optimization back into the working repo.

RohanAdwankar
RohanAdwankar
databases
open
database-tools
20

patent-search-collect

KIPRIS API 기반 특허 검색 실행, 배치 내보내기, 중복 제거. Use when: (1) 특허 데이터 검색 및 다운로드 시, (2) 검색 계획 실행 시, (3) '특허 검색', 'search patents', 'collect patent data', 'export patents to Excel' 요청 시, (4) 키워드, 출원인, 출원번호, IPC 코드 기반 한국/해외 특허 배치 검색 시.

orientpine
orientpine
databases
open
database-tools
20

sql-safety

Evaluates SQL queries and database migrations for correctness, safety, performance, and reversibility.

openkoi-ai
openkoi-ai
databases
open
nosql-databases
20

axiodb-development

Core development rules and patterns for AxioDB embedded NoSQL database

nexoral
nexoral
databases
open
sql-databases
20

spotiarr-prisma

Prisma ORM patterns for Spotiarr's SQLite-backed backend. Trigger: When writing database queries, migrations, or Prisma schemas.

mralexsaavedra
mralexsaavedra
databases
open
sql-databases
20

sql

当优化数据库性能时,分析查询执行计划,设计高效索引,优化SQL语句。调整数据库配置,监控性能指标,和实施最佳实践。

microwind
microwind
databases
open
Previous
Page 77 / 166
Next