TinyPg Parser

JSON →
library 1.0.6 ·javascript
verified Jun 5, 2026

A lightweight utility for parsing parameterized SQL templates, designed for use with TinyPg. This package is a companion to TinyPg that handles the interpolation of query parameters into SQL strings. Currently at version 1.0.6, with Node.js >= 8.0.0 support. Ships TypeScript definitions. It is minimal and focused solely on SQL parsing without any database connectivity or connection pooling. Differentiators: zero dependencies, synchronous parsing, and tight integration with TinyPg's parameter syntax. The release cadence is low as the library is stable and mature.