Postgres Drizzle
Helps with PostgreSQL, Drizzle ORM as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add postgres-drizzle npx -- -y @trustedskills/postgres-drizzle
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"postgres-drizzle": {
"command": "npx",
"args": [
"-y",
"@trustedskills/postgres-drizzle"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The postgres-drizzle skill enables AI agents to interact with PostgreSQL databases using Drizzle, a lightweight SQL dialect and query builder. It allows for efficient querying, data manipulation, and schema management within PostgreSQL environments.
When to use it
- Automating database migrations or schema updates in PostgreSQL projects
- Building backend services that require direct interaction with PostgreSQL
- Performing ad-hoc data analysis or reporting using structured queries
Key capabilities
- Execute SQL queries against PostgreSQL databases
- Support for Drizzle's simplified query syntax
- Integration with PostgreSQL schema and table structures
Example prompts
- "Run a SELECT query on the 'users' table where age is greater than 30."
- "Create a new table called 'orders' with columns id, user_id, and total_amount."
- "Update the 'status' field in the 'tasks' table to 'completed' for task ID 123."
Tips & gotchas
- Ensure PostgreSQL is properly installed and accessible before using this skill.
- Drizzle syntax may differ slightly from standard SQL; review documentation for compatibility.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.