Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DataMédio

Drizzle ORM Schema Style Guide

porlobehub·lobehub· v1.0.0 · atualizado em 2026-04-10
79
Score

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

drizzle-ormdatabase-schemadatabase-migrationsormpostgresqltypescriptdata-modeling
Linguagens
TypeScriptSQL
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mddrizzle/workflow
1
Identify the entity — : Determine the database entity (e.g., user, agent, knowledge base) to model.
2
Define the table — : Use `pgTable` to define the table with appropriate name (plural snake_case).
3
Define columns — : Define columns with appropriate data types, constraints (primary key, foreign key, not null), and naming conventions (snake_case).
4
Add timestamps — : Include `createdAt`, `updatedAt`, and `accessedAt` columns using the helper functions.
5
Define indexes — : Define indexes for performance optimization and uniqueness constraints.
6
Generate types — : Use `createInsertSchema` and `$inferInsert/$inferSelect` to generate TypeScript types for the table.
7
Create migrations — : Generate and apply database migrations to reflect the schema changes.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar a ←Azure Cosmos DB Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

Drizzle ORM Schema Style Guide
drizzle
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
how to define a Drizzle schemacreate a database migration with DrizzleDrizzle ORM usagedefine tables using Drizzlework with database schemas in Drizzlegenerate migrations with Drizzleuse Drizzle with PostgreSQL

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download drizzle
$ synaptic skills detail drizzle
$ synaptic skills live drizzle

Dependências

drizzle-ormdrizzle-kittypescript

Links

GitHub Repository