What is write-sql-queries?
Guide for writing SELECT, INSERT, UPDATE, DELETE queries with workers-qb Source: g4brym/workers-qb.
Guide for writing SELECT, INSERT, UPDATE, DELETE queries with workers-qb
Quickly install write-sql-queries AI skill to your development environment via command line
Source: g4brym/workers-qb.
| 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' |
DOQB is synchronous. This is the most common mistake. Inside Durable Objects:
Guide for writing SELECT, INSERT, UPDATE, DELETE queries with workers-qb Source: g4brym/workers-qb.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/g4brym/workers-qb --skill write-sql-queries Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/g4brym/workers-qb --skill write-sql-queriesGuide for writing SELECT, INSERT, UPDATE, DELETE queries with workers-qb Source: g4brym/workers-qb.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/g4brym/workers-qb --skill write-sql-queries Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/g4brym/workers-qb