Supple SQL

JSON →
library 0.7.2 ·javascript
verified Jun 5, 2026

A minimal, PostgreSQL-only ORM for Node.js (v0.7.2) that emphasizes simplicity and explicit control over magic. It provides a Record class for table mapping with field definitions, primary keys, and automatic change tracking. Connections are managed via a default pool or explicit pool/connection passing, with helpers for transactions and single-connection scopes. Unlike full-featured ORMs like Sequelize or TypeORM, Supple SQL has no migrations, no associations, and uses raw SQL for queries beyond basic CRUD. Release cadence is sporadic; the library is stable but not actively developed. Requires Node >=16.3.0 and a PostgreSQL client (e.g., 'pg' module).