Drizzle Orm
Generate SQLAlchemy ORM queries from natural language descriptions to simplify database interactions in Python applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add drizzle-orm npx -- -y @trustedskills/drizzle-orm
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"drizzle-orm": {
"command": "npx",
"args": [
"-y",
"@trustedskills/drizzle-orm"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The drizzle-orm skill provides a powerful and flexible ORM (Object-Relational Mapping) library for interacting with databases in AI agent workflows. It supports multiple database systems, enables efficient querying, and simplifies data manipulation through TypeScript-based interfaces.
When to use it
- When building applications that require persistent storage of structured data.
- For projects needing a lightweight yet expressive ORM without the overhead of heavier frameworks.
- When working with TypeScript and seeking type-safe database interactions.
- To streamline complex queries, relationships, and transactions in AI agent-driven workflows.
Key capabilities
- Support for multiple databases (e.g., PostgreSQL, SQLite).
- Type-safe query building using TypeScript.
- Efficient handling of relationships between tables.
- Transaction support for reliable data operations.
- Easy integration with modern JavaScript/TypeScript projects.
Example prompts
- "Set up a database connection using drizzle-orm with PostgreSQL."
- "Write a type-safe query to fetch all users from the 'users' table where age is greater than 25."
- "Create a migration script for adding a new column to an existing table."
Tips & gotchas
- Ensure your project uses TypeScript or has proper type definitions in place.
- Database schema must be defined explicitly, which may require additional setup time compared to auto-migration tools.
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.