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

Encore Database Operations

porencoredev·encoredev· v1.0.0 · atualizado em 2026-04-11
80
Score

Database queries, migrations, and ORM integration with Encore.ts.

databaseormsqltypescriptmigrationsdrizzle-ormencore-ts
Linguagens
TypeScriptSQL
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdencore-database/workflow
1. Define the database connection using `SQLDatabase` from `encore.dev/storage/sqldb`.
2. Implement database migrations in the `./migrations` directory following the naming convention.
3. Use `db.query` for retrieving multiple rows, `db.queryRow` for a single row, and `db.exec` for operations without a return value.
4. Integrate Drizzle ORM by configuring the schema and drizzle config.
5. Generate migrations using `drizzle-kit generate`.
6. Perform database operations using Drizzle ORM methods like `select`, `insert`, `update`, and `delete`.
7. Ensure SQL injection protection by using template literals for queries.

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 ←Baidu Netdisk Storage
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar a ←Oracle DB Skills
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Encore Database Operations
encore-database
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
interact with a database using Encoreperform database queries with Encorerun database migrations in Encoreintegrate Drizzle ORM with Encoreexecute SQL queries in Encoreset up a database in Encorequery data from a database using Encoreupdate data in a database using Encore

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 encore-database
$ synaptic skills detail encore-database
$ synaptic skills live encore-database

Dependências

encore.dev/storage/sqldbdrizzle-orm/node-postgresdrizzle-kit

Links

GitHub Repository