Loading...
Loading...
Drizzle TypeScript ORM with SQL-like syntax. Use for database access.
npx skill4agent add g1joshi/agent-skills drizzledb.select().from(users)export const users = pgTable('users', { ... })db.query.users.findMany({ with: { posts: true } })drizzle-kitrun