SQigiL

JSON →
library 0.4.0 ·javascript maintenance
verified Jun 5, 2026

SQigiL is an ESM-only Postgres SQL template string library (v0.4.0) that leverages ES2015 tagged template literals for safe, fast SQL construction without runtime parsing overhead. It provides auto-escaping for values, booleans, dates, identifiers, lists, and raw SQL, with full TypeScript types and 100% test coverage. Unlike pg-promise, it avoids string parsing overhead. Current status: maintenance – still in early stages (beta), with infrequent releases.