yaso - Lightweight Postgres ORM

JSON →
library 0.0.32 ·javascript
verified Jun 5, 2026

yaso (Yet Another SQL ORM) is a lightweight, opinionated ORM for PostgreSQL, currently at version 0.0.32 with an active release cadence. It provides table definitions with field-level encryption, hashing, automatic timestamps, and version counts. Key differentiators include a strongly-typed query builder that generates raw SQL, subquery support, and built-in convenience features for sensitive data. It is TypeScript-first with full type support, making it suitable for Node.js applications wanting a minimal ORM layer without heavy abstractions.