Prego

JSON →
library 0.3.1 ·javascript deprecated
verified Jun 5, 2026

Prego is a tiny CoffeeScript library for callback-style PostgreSQL database access, migrations, and table associations. Current version is 0.3.1, published as an early development release with no documentation and unstable interfaces. It features reversible SQL migrations executed in transactions, automatic statement preparation via the 'pg' connection pool, a Table base class with snake_case to camelCase conversion, and utility classes for parallel operations. Not recommended for production use due to its alpha state and potential breaking changes.