electric-orm

Installation
SKILL.md

This skill builds on electric-shapes and electric-schema-shapes. Read those first.

Electric — ORM Integration

Setup

Drizzle ORM

import { drizzle } from 'drizzle-orm/node-postgres'
import { sql } from 'drizzle-orm'
import { todos } from './schema'

const db = drizzle(pool)
Related skills
Installs
31
GitHub Stars
10.2K
First Seen
Mar 7, 2026