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
nosql-databases
5

database-migrations

Create, manage, and apply database migrations using Doctrine ODM for MongoDB. Use when modifying entities, adding fields, managing database schema changes, creating repositories, or troubleshooting database issues.

VilnaCRM-Org
VilnaCRM-Org
databases
open
nosql-databases
5

elasticsearch

Elasticsearch 5.2 operations using HTTP API - searching, indexing, bulk operations, scroll API, and alias management

lawless-m
lawless-m
databases
open
nosql-databases
5

cache-management

Implement production-grade caching with cache keys/TTLs/consistency classes per query, SWR (stale-while-revalidate), explicit invalidation, and comprehensive testing for stale reads and cache warmup. Use when adding caching to queries, implementing cache invalidation, or ensuring cache consistency and performance.

VilnaCRM-Org
VilnaCRM-Org
databases
open
sql-databases
5

database-design

数据库表结构设计工具。当用户需要设计数据库、创建表结构、建立实体关系或优化索引时使用。支持 MySQL、PostgreSQL 等关系型数据库。

ChuDiRen
ChuDiRen
databases
open
sql-databases
5

databases

RDBMS access patterns for DuckDB, MySQL (keycloak), PostgreSQL (dw, x3rocs), SQL Server (sage1000, x3), and DBISAM (Exportmaster) using ODBC and native drivers

lawless-m
lawless-m
databases
open
sql-databases
5

database-architecture

MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, temporal constraints, and modern indexing strategies

troykelly
troykelly
databases
open
sql-databases
5

database-management

Управление БД, миграциями, SCD Type 2 и Closure Table

ikeniborn
ikeniborn
databases
open
sql-databases
5

sql-optimization-patterns

SQLクエリ最適化、インデックス戦略、EXPLAIN分析をマスターし、データベースパフォーマンスを劇的に向上させ、遅いクエリを排除。遅いクエリのデバッグ、データベーススキーマの設計、アプリケーションパフォーマンスの最適化時に使用。

amurata
amurata
databases
open
sql-databases
5

backend-prisma

Type-safe database ORM for TypeScript/Node.js. Use when you need database access with full TypeScript integration — auto-generated types from schema, migrations, and query builder. Best for PostgreSQL, MySQL, SQLite, MongoDB. Choose Prisma over raw SQL or Knex when type safety and developer experience are priorities.

petbrains
petbrains
databases
open
database-tools
5

database-optimizer

Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.

zebbern
zebbern
databases
open
database-tools
5

migrate-framework

Execute framework or API migrations in Codex through dependency-ordered batches, validating each batch before moving on to keep the codebase continuously working.

edimuj
edimuj
databases
open
database-tools
5

migrate-framework

Migrate frameworks, APIs, or language versions incrementally with verification at each step. Surveys the migration surface, batches work by dependency order, and commits after each verified batch. Use when asked to migrate between frameworks, upgrade major versions, or adapt to new API versions.

edimuj
edimuj
databases
open
database-tools
5

advanced-alchemy-flask

Integrate Advanced Alchemy with Flask using sync or async configs, Flask session access helpers, multiple binds, FlaskServiceMixin, JSON serialization helpers, and Flask CLI database commands. Use when adding Advanced Alchemy persistence to Flask applications or refactoring Flask SQLAlchemy code toward repository and service patterns. Do not use for framework-agnostic repository or model work.

alti3
alti3
databases
open
database-tools
5

advanced-alchemy-database-seeding

Seed databases and load fixtures with Advanced Alchemy using JSON fixture files, sync or async helpers, repository bulk operations, and framework startup hooks. Use when creating development or test seed data, loading initial reference data, or dumping and restoring fixture-backed tables. Do not use for schema migrations or general runtime CRUD handling.

alti3
alti3
databases
open
database-tools
5

advanced-alchemy-cli

Use Advanced Alchemy's CLI for migrations, revision management, inspection, branching, fixture dumping, and framework CLI integration. Use when setting up or operating Alembic migrations through `alchemy`, `litestar database`, or `flask database`, or when embedding the commands into Click or Typer applications. Do not use for runtime repository or service logic.

alti3
alti3
databases
open
database-tools
5

database-patterns

Database design patterns, SQL best practices, ORM usage (Prisma/Drizzle), and migration strategies. Use when designing schemas, writing queries, or optimizing database operations.

Wania-Kazmi
Wania-Kazmi
databases
open
Previous
Page 111 / 166
Next