write-sql-queries

Installation
SKILL.md

Write Queries Skill

When to Use

Use this skill when:

  • Writing database queries for Cloudflare Workers
  • Implementing CRUD operations (Create, Read, Update, Delete)
  • Building complex queries with JOINs, subqueries, or aggregations
  • Working with D1, Durable Objects SQLite, or PostgreSQL

Database Selection

Database Class Sync/Async Import
Cloudflare D1 D1QB async import { D1QB } from 'workers-qb'
Durable Objects DOQB sync import { DOQB } from 'workers-qb'
PostgreSQL PGQB async import { PGQB } from 'workers-qb'

Critical: Sync vs Async

Installs
10
GitHub Stars
388
First Seen
Feb 2, 2026